Github API - Test Config

mutation createProjectV2Field
projects

Create a new project field.

Arguments
input CreateProjectV2FieldInput

CreateProjectV2FieldInput [input]

Autogenerated input type of CreateProjectV2Field

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

The data type of the field.

name String

The name of the field.

projectId ID

The ID of the Project to create the field in.

singleSelectOptions ProjectV2SingleSelectFieldOptionInput []

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

API:
Github GraphQL API

Parameters for CreateProjectV2Field

Returns
CreateProjectV2FieldPayload

CreateProjectV2FieldPayload [object]

Autogenerated return type of CreateProjectV2Field

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

The new field.

API:
Github GraphQL API
API:
Github GraphQL API