Github API - Test Config

mutation addProjectColumn
projects

Adds a column to a Project.

Arguments
input AddProjectColumnInput

AddProjectColumnInput [input]

Autogenerated input type of AddProjectColumn

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

name String

The name of the column.

projectId ID

The Node ID of the project.

API:
Github GraphQL API

Parameters for AddProjectColumn

Returns
AddProjectColumnPayload

AddProjectColumnPayload [object]

Autogenerated return type of AddProjectColumn

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

columnEdge ProjectColumnEdge

The edge from the project's column connection.

project Project

The project

API:
Github GraphQL API
API:
Github GraphQL API