Github API - Test Config

ProjectV2SingleSelectField [object]

A single select field inside a project.

Implements
Node

Node [interface]

An object with an ID.

Attributes
id ID

ID of the object.

API:
Github GraphQL API
ProjectV2FieldCommon

ProjectV2FieldCommon [interface]

Common fields across different project field types

Attributes
createdAt DateTime

Identifies the date and time when the object was created.

The field's type.

databaseId Int

Identifies the primary key from the database.

id ID

The Node ID of the ProjectV2FieldCommon object

name String

The project field's name.

project ProjectV2

The project that contains this field.

updatedAt DateTime

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

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.

dataType ProjectV2FieldType

ProjectV2FieldType [enum]

The type of a project field.

Possible values
ASSIGNEES

Assignees

DATE

Date

ITERATION

Iteration

LABELS

Labels

LINKED_PULL_REQUESTS

Linked Pull Requests

MILESTONE

Milestone

NUMBER

Number

REPOSITORY

Repository

REVIEWERS

Reviewers

SINGLE_SELECT

Single Select

TEXT

Text

TITLE

Title

TRACKED_BY

Tracked by

TRACKS

Tracks

API:
Github GraphQL API

The field's type.

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.

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 ProjectV2SingleSelectField object

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 field's name.

options ProjectV2SingleSelectFieldOption []

ProjectV2SingleSelectFieldOption [object]

Single select field option for a configuration for a project.

Attributes

The option's display color.

description String

The option's plain-text description.

descriptionHTML String

The option's description, possibly containing HTML.

id String

The option's ID.

name String

The option's name.

nameHTML String

The option's html name.

API:
Github GraphQL API

Options for the single select field

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 field.

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.

API:
Github GraphQL API