OBJECT

MoveProjectColumnPayload

Autogenerated return type of MoveProjectColumn

link GraphQL Schema definition

  • type MoveProjectColumnPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The new edge of the moved column.
  • columnEdge: ProjectColumnEdge!
  • }