Github API - Test Config

ProjectV2ItemFieldSingleSelectValue [object]

The value of a single select field in a Project item.

Implements
Node

Node [interface]

An object with an ID.

Attributes
id ID

ID of the object.

API:
Github GraphQL API
ProjectV2ItemFieldValueCommon

ProjectV2ItemFieldValueCommon [interface]

Common fields across different project field value types

Attributes
createdAt DateTime

Identifies the date and time when the object was created.

creator Actor

The actor who created the item.

databaseId Int

Identifies the primary key from the database.

The project field that contains this value.

id ID

The Node ID of the ProjectV2ItemFieldValueCommon object

The project item that contains this value.

updatedAt DateTime

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

API:
Github GraphQL API
Attributes
color ProjectV2SingleSelectFieldOptionColor

ProjectV2SingleSelectFieldOptionColor [enum]

The display color of a single-select field option.

Possible values
BLUE

BLUE

GRAY

GRAY

GREEN

GREEN

ORANGE

ORANGE

PINK

PINK

PURPLE

PURPLE

RED

RED

YELLOW

YELLOW

API:
Github GraphQL API

The color applied to the selected single-select option.

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.

creator Actor

Actor [interface]

Represents an object which can take actions on GitHub. Typically a User or Bot.

Attributes
avatarUrl URI

A URL pointing to the actor's public avatar.

login String

The username of the actor.

resourcePath URI

The HTTP path for this actor.

url URI

The HTTP URL for this actor.

API:
Github GraphQL API

The actor who created the item.

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.

description 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 plain-text description of the selected single-select option, such as what the option means.

descriptionHTML 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 description of the selected single-select option, including HTML tags.

field ProjectV2FieldConfiguration

ProjectV2FieldConfiguration [union]

Configurations for project fields.

Union
ProjectV2FieldProjectV2IterationFieldProjectV2SingleSelectField
API:
Github GraphQL API

The project field that contains this value.

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

item ProjectV2Item

ProjectV2Item [object]

An item within a Project.

Implements
Node
Attributes

The content of the referenced draft issue, issue, or pull request

createdAt DateTime

Identifies the date and time when the object was created.

creator Actor

The actor who created the item.

databaseId Int

Identifies the primary key from the database.

fieldValueByName ProjectV2ItemFieldValue

The field value of the first project field which matches the 'name' argument that is set on the item.

The field values that are set on the item.

fullDatabaseId BigInt

Identifies the primary key from the database as a BigInt.

id ID

The Node ID of the ProjectV2Item object

isArchived Boolean

Whether the item is archived.

project ProjectV2

The project that contains this item.

The type of the item.

updatedAt DateTime

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

API:
Github GraphQL API

The project item that contains this value.

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 name of the selected single select option.

nameHTML 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 html name of the selected single select option.

optionId 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 id of the selected single select option.

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