INPUT_OBJECT

CreateTicketCategoryFamilyMutationInput

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

link GraphQL Schema definition

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

link Require by