INPUT_OBJECT
CreateTicketCategoryFamilyMutationInput
The input object that defines the fields for the createTicketCategoryFamily mutation.
link GraphQL Schema definition
- input CreateTicketCategoryFamilyMutationInput {
- # A descriptive name.
- : String!
- # Whether or not this is enabled.
- : Boolean!
- # A human readable description.
- : String
- # A note about this entity.
- : NoteMutationInput
- }