OBJECT

AddProjectColumnPayload

Autogenerated return type of AddProjectColumn

link GraphQL Schema definition

  • type AddProjectColumnPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The edge from the project's column connection.
  • columnEdge: ProjectColumnEdge!
  • # The project
  • project: Project!
  • }