Github API - Test Config

ProjectV2View [object]

A view within a ProjectV2.

Implements
Node

Node [interface]

An object with an ID.

Attributes
id ID

ID of the object.

API:
Github GraphQL API
Attributes
createdAt DateTime

DateTime [scalar]

An ISO-8601 encoded UTC date string.

API:
Github GraphQL API

Identifies the date and time when the object was created.

databaseId 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 primary key from the database.

fields ProjectV2FieldConfigurationConnection

ProjectV2FieldConfigurationConnection [object]

The connection type for ProjectV2FieldConfiguration.

Attributes

A list of edges.

A list of nodes.

pageInfo PageInfo

Information to aid in pagination.

totalCount Int

Identifies the total count of items in the connection.

API:
Github GraphQL API

The view's visible fields.

filter 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

The project view's filter.

groupBy ProjectV2FieldConnection

ProjectV2FieldConnection [object]

The connection type for ProjectV2Field.

Attributes

A list of edges.

nodes ProjectV2Field []

A list of nodes.

pageInfo PageInfo

Information to aid in pagination.

totalCount Int

Identifies the total count of items in the connection.

API:
Github GraphQL API

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.
groupByFields ProjectV2FieldConfigurationConnection

ProjectV2FieldConfigurationConnection [object]

The connection type for ProjectV2FieldConfiguration.

Attributes

A list of edges.

A list of nodes.

pageInfo PageInfo

Information to aid in pagination.

totalCount Int

Identifies the total count of items in the connection.

API:
Github GraphQL API

The view's group-by field.

id ID

ID [scalar]

The ID scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4") or integer (such as 4) input value will be accepted as an ID.

API:
Github GraphQL API

The Node ID of the ProjectV2View object

layout ProjectV2ViewLayout

ProjectV2ViewLayout [enum]

The layout of a project v2 view.

Possible values
BOARD_LAYOUT

Board layout

ROADMAP_LAYOUT

Roadmap layout

TABLE_LAYOUT

Table layout

API:
Github GraphQL API

The project view's layout.

name 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

The project view's name.

number 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

The project view's number.

project ProjectV2

ProjectV2 [object]

New projects that manage issues, pull requests and drafts using tables and boards.

Implements
ClosableNodeUpdatable
Attributes
closed Boolean

Returns true if the project is closed.

closedAt DateTime

Identifies the date and time when the object was closed.

createdAt DateTime

Identifies the date and time when the object was created.

creator Actor

The actor who originally created the project.

databaseId Int

Identifies the primary key from the database.

A field of the project

List of fields and their constraints in the project

id ID

The Node ID of the ProjectV2 object

List of items in the project

number Int

The project's number.

The project's owner. Currently limited to organizations and users.

public Boolean

Returns true if the project is public.

readme String

The project's readme.

repositories RepositoryConnection

The repositories the project is linked to.

resourcePath URI

The HTTP path for this project

shortDescription String

The project's short description.

The teams the project is linked to.

template Boolean

Returns true if this project is a template.

title String

The project's name.

updatedAt DateTime

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

url URI

The HTTP URL for this project

A view of the project

viewerCanClose Boolean

Indicates if the object can be closed by the viewer.

viewerCanReopen Boolean

Indicates if the object can be reopened by the viewer.

viewerCanUpdate Boolean

Check if the current viewer can update this object.

List of views in the project

A workflow of the project

List of the workflows in the project

API:
Github GraphQL API

The project that contains this view.

sortBy ProjectV2SortByConnection

ProjectV2SortByConnection [object]

The connection type for ProjectV2SortBy.

Attributes

A list of edges.

nodes ProjectV2SortBy []

A list of nodes.

pageInfo PageInfo

Information to aid in pagination.

totalCount Int

Identifies the total count of items in the connection.

API:
Github GraphQL API

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.
sortByFields ProjectV2SortByFieldConnection

ProjectV2SortByFieldConnection [object]

The connection type for ProjectV2SortByField.

Attributes

A list of edges.

A list of nodes.

pageInfo PageInfo

Information to aid in pagination.

totalCount Int

Identifies the total count of items in the connection.

API:
Github GraphQL API

The view's sort-by config.

updatedAt DateTime

DateTime [scalar]

An ISO-8601 encoded UTC date string.

API:
Github GraphQL API

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

verticalGroupBy ProjectV2FieldConnection

ProjectV2FieldConnection [object]

The connection type for ProjectV2Field.

Attributes

A list of edges.

nodes ProjectV2Field []

A list of nodes.

pageInfo PageInfo

Information to aid in pagination.

totalCount Int

Identifies the total count of items in the connection.

API:
Github GraphQL API

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.
verticalGroupByFields ProjectV2FieldConfigurationConnection

ProjectV2FieldConfigurationConnection [object]

The connection type for ProjectV2FieldConfiguration.

Attributes

A list of edges.

A list of nodes.

pageInfo PageInfo

Information to aid in pagination.

totalCount Int

Identifies the total count of items in the connection.

API:
Github GraphQL API

The view's vertical-group-by field.

visibleFields ProjectV2FieldConnection

ProjectV2FieldConnection [object]

The connection type for ProjectV2Field.

Attributes

A list of edges.

nodes ProjectV2Field []

A list of nodes.

pageInfo PageInfo

Information to aid in pagination.

totalCount Int

Identifies the total count of items in the connection.

API:
Github GraphQL API

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