Github API - Test Config

mutation deleteProjectColumn
projects

Deletes a project column.

Arguments
input DeleteProjectColumnInput

DeleteProjectColumnInput [input]

Autogenerated input type of DeleteProjectColumn

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

columnId ID

The id of the column to delete.

API:
Github GraphQL API

Parameters for DeleteProjectColumn

Returns
DeleteProjectColumnPayload

DeleteProjectColumnPayload [object]

Autogenerated return type of DeleteProjectColumn

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

deletedColumnId ID

The deleted column ID.

project Project

The project the deleted column was in.

API:
Github GraphQL API
API:
Github GraphQL API