Github API - Test Config

ProjectV2ViewConnection [object]

The connection type for ProjectV2View.

Attributes
edges ProjectV2ViewEdge []

ProjectV2ViewEdge [object]

An edge in a connection.

Attributes
cursor String

A cursor for use in pagination.

The item at the end of the edge.

API:
Github GraphQL API

A list of edges.

nodes ProjectV2View []

ProjectV2View [object]

A view within a ProjectV2.

Implements
Node
Attributes
createdAt DateTime

Identifies the date and time when the object was created.

databaseId Int

Identifies the primary key from the database.

The view's visible fields.

filter String

The project view's filter.

The view's group-by field.

Deprecated: The `ProjectV2View#order_by` API is deprecated in favour of the more capable `ProjectV2View#group_by_field` API. Check out the `ProjectV2View#group_by_fields` API as an example for the more capable alternative. Removal on 2023-04-01 UTC.

The view's group-by field.

id ID

The Node ID of the ProjectV2View object

The project view's layout.

name String

The project view's name.

number Int

The project view's number.

project ProjectV2

The project that contains this view.

The view's sort-by config.

Deprecated: The `ProjectV2View#sort_by` API is deprecated in favour of the more capable `ProjectV2View#sort_by_fields` API. Check out the `ProjectV2View#sort_by_fields` API as an example for the more capable alternative. Removal on 2023-04-01 UTC.

The view's sort-by config.

updatedAt DateTime

Identifies the date and time when the object was last updated.

verticalGroupBy ProjectV2FieldConnection

The view's vertical-group-by field.

Deprecated: The `ProjectV2View#vertical_group_by` API is deprecated in favour of the more capable `ProjectV2View#vertical_group_by_fields` API. Check out the `ProjectV2View#vertical_group_by_fields` API as an example for the more capable alternative. Removal on 2023-04-01 UTC.

The view's vertical-group-by field.

visibleFields ProjectV2FieldConnection

The view's visible fields.

Deprecated: The `ProjectV2View#visibleFields` API is deprecated in favour of the more capable `ProjectV2View#fields` API. Check out the `ProjectV2View#fields` API as an example for the more capable alternative. Removal on 2023-01-01 UTC.
API:
Github GraphQL API

A list of nodes.

pageInfo PageInfo

PageInfo [object]

Information about pagination in a connection.

Attributes
endCursor String

When paginating forwards, the cursor to continue.

hasNextPage Boolean

When paginating forwards, are there more items?

hasPreviousPage Boolean

When paginating backwards, are there more items?

startCursor String

When paginating backwards, the cursor to continue.

API:
Github GraphQL API

Information to aid in pagination.

totalCount Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

Identifies the total count of items in the connection.

API:
Github GraphQL API