INPUT_OBJECT
Autogenerated input type of MoveProjectColumn
input MoveProjectColumnInput {# A unique identifier for the client performing the mutation.clientMutationId: String# The id of the column to move.columnId: ID!# Place the new column after the column with this id. Pass null to place it at the # front.afterColumnId: ID}