Input Object GitHub::MoveProjectCardInput

Autogenerated input type of MoveProjectCard

Input Fields

cardId: ID!

The id of the card to move.

columnId: ID!

The id of the column to move it into.

afterCardId: ID

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

clientMutationId: String

A unique identifier for the client performing the mutation.

Uses

Mutation.moveProjectCard