Github API - Test Config

mutation deleteProjectCard
projects

Deletes a project card.

Arguments
input DeleteProjectCardInput

DeleteProjectCardInput [input]

Autogenerated input type of DeleteProjectCard

Attributes
cardId ID

The id of the card to delete.

clientMutationId String

A unique identifier for the client performing the mutation.

API:
Github GraphQL API

Parameters for DeleteProjectCard

Returns
DeleteProjectCardPayload

DeleteProjectCardPayload [object]

Autogenerated return type of DeleteProjectCard

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

column ProjectColumn

The column the deleted card was in.

deletedCardId ID

The deleted card ID.

API:
Github GraphQL API
API:
Github GraphQL API