INPUT_OBJECT

DeleteProjectColumnInput

Autogenerated input type of DeleteProjectColumn

link GraphQL Schema definition

  • input DeleteProjectColumnInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The id of the column to delete.
  • columnId: ID!
  • }