OBJECT

DeleteProjectColumnPayload

Autogenerated return type of DeleteProjectColumn

link GraphQL Schema definition

  • type DeleteProjectColumnPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The deleted column ID.
  • deletedColumnId: ID!
  • # The project the deleted column was in.
  • project: Project!
  • }