Github API - Test Config

CreateProjectV2FieldInput [input]

Autogenerated input type of CreateProjectV2Field

Attributes
clientMutationId 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 unique identifier for the client performing the mutation.

dataType ProjectV2CustomFieldType

ProjectV2CustomFieldType [enum]

The type of a project field.

Possible values
DATE

Date

NUMBER

Number

SINGLE_SELECT

Single Select

TEXT

Text

API:
Github GraphQL API

The data type of the field.

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

projectId 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 ID of the Project to create the field in.

singleSelectOptions ProjectV2SingleSelectFieldOptionInput []

ProjectV2SingleSelectFieldOptionInput [input]

Represents a single select field option

Attributes

The display color of the option

description String

The description text of the option

name String

The name of the option

API:
Github GraphQL API

Options for a single select field. At least one value is required if data_type is SINGLE_SELECT

API:
Github GraphQL API