INPUT_OBJECT

CreateTicketCategoryMutationInput

The input object that defines the fields for the createTicketCategory mutation.

link GraphQL Schema definition

  • input CreateTicketCategoryMutationInput {
  • # A descriptive name.
  • name: String!
  • # Whether or not this is enabled.
  • enabled: Boolean!
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by