Github API - Test Config

mutation addProjectCard
projects

Adds a card to a ProjectColumn. Either contentId or note must be provided but not both.

Arguments
input AddProjectCardInput

AddProjectCardInput [input]

Autogenerated input type of AddProjectCard

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

contentId ID

The content of the card. Must be a member of the ProjectCardItem union

note String

The note on the card.

projectColumnId ID

The Node ID of the ProjectColumn.

API:
Github GraphQL API

Parameters for AddProjectCard

Returns
AddProjectCardPayload

AddProjectCardPayload [object]

Autogenerated return type of AddProjectCard

Attributes
cardEdge ProjectCardEdge

The edge from the ProjectColumn's card connection.

clientMutationId String

A unique identifier for the client performing the mutation.

projectColumn ProjectColumn

The ProjectColumn

API:
Github GraphQL API
API:
Github GraphQL API