Github API - Test Config

mutation updateProjectColumn
projects

Updates an existing project column.

Arguments
input UpdateProjectColumnInput

UpdateProjectColumnInput [input]

Autogenerated input type of UpdateProjectColumn

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

name String

The name of project column.

projectColumnId ID

The ProjectColumn ID to update.

API:
Github GraphQL API

Parameters for UpdateProjectColumn

Returns
UpdateProjectColumnPayload

UpdateProjectColumnPayload [object]

Autogenerated return type of UpdateProjectColumn

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

projectColumn ProjectColumn

The updated project column.

API:
Github GraphQL API
API:
Github GraphQL API