INPUT_OBJECT
UpdateTicketResolutionReasonMutationInput
The input object that defines the fields for the updateTicketResolutionReason mutation.
link GraphQL Schema definition
- input UpdateTicketResolutionReasonMutationInput {
- # A descriptive name.
- : String
- # A code.
- : String
- # Whether or not this is enabled.
- : Boolean
- # Ticket resolution reason scope.
- : Boolean!
- # IDs of `TicketCategory`s.
- : [Int64Bit]
- # IDs of ticket category families.
- : [Int64Bit]
- # Setting this value to `true` will set `code` to null.
- : Boolean
- }