Github API - Test Config

ProjectV2ViewEdge [object]

An edge in a connection.

Attributes
cursor String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

A cursor for use in pagination.

node 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

The item at the end of the edge.

API:
Github GraphQL API