Github API - Test Config

mutation moveProjectCard
projects

Moves a project card to another place.

Arguments
input MoveProjectCardInput

MoveProjectCardInput [input]

Autogenerated input type of MoveProjectCard

Attributes
afterCardId ID

Place the new card after the card with this id. Pass null to place it at the top.

cardId ID

The id of the card to move.

clientMutationId String

A unique identifier for the client performing the mutation.

columnId ID

The id of the column to move it into.

API:
Github GraphQL API

Parameters for MoveProjectCard

Returns
MoveProjectCardPayload

MoveProjectCardPayload [object]

Autogenerated return type of MoveProjectCard

Attributes
cardEdge ProjectCardEdge

The new edge of the moved card.

clientMutationId String

A unique identifier for the client performing the mutation.

API:
Github GraphQL API
API:
Github GraphQL API