Github API - Test Config

mutation moveProjectColumn
projects

Moves a project column to another place.

Arguments
input MoveProjectColumnInput

MoveProjectColumnInput [input]

Autogenerated input type of MoveProjectColumn

Attributes
afterColumnId ID

Place the new column after the column with this id. Pass null to place it at the front.

clientMutationId String

A unique identifier for the client performing the mutation.

columnId ID

The id of the column to move.

API:
Github GraphQL API

Parameters for MoveProjectColumn

Returns
MoveProjectColumnPayload

MoveProjectColumnPayload [object]

Autogenerated return type of MoveProjectColumn

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

columnEdge ProjectColumnEdge

The new edge of the moved column.

API:
Github GraphQL API
API:
Github GraphQL API