INPUT_OBJECT
The input object that defines the fields for the updateTicketGroup mutation.
input UpdateTicketGroupMutationInput {# 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}