INPUT_OBJECT
The input object that defines the fields for the createTicketResolutionReason mutation.
input CreateTicketResolutionReasonMutationInput {# A descriptive name.name: String!# A code.code: String# Whether or not this is enabled.enabled: Boolean# Ticket resolution reason scope.is_global: Boolean!# IDs of `TicketCategory`s.ticket_category_ids: [Int64Bit]# IDs of ticket category families.ticket_category_family_ids: [Int64Bit]}