INPUT_OBJECT

CreateTicketGroupMutationInput

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

link GraphQL Schema definition

  • input CreateTicketGroupMutationInput {
  • # A descriptive name.
  • name: String!
  • # Whether or not this is enabled.
  • enabled: Boolean!
  • # Whether or not the group is private.
  • private: Boolean!
  • # The IDs of `Users` in this `TicketGroup`.
  • user_ids: [Int64Bit]
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by