INPUT_OBJECT
UpdateTicketMutationInput
The input object that defines the fields for the updateTicket mutation.
link GraphQL Schema definition
- input UpdateTicketMutationInput {
- # The subject.
- String :
- # A human readable description.
- Text :
- # The status.
- TicketStatus :
- # The priority of a `Ticket`.
- TicketPriority :
- # The date this invoice is due by.
- Date :
- # The type of entity that this `Ticket` is associated with.
- TicketableType :
- # The ID of the entity that this `Ticket` is associated with.
- Int64Bit :
- # The ID of the `Ticket` that this `Ticket` is a child of.
- Int64Bit :
- # The ID of a `TicketGroup`.
- Int64Bit :
- # The ID of a User.
- Int64Bit :
- # IDs of `TicketCategory`s.
- Int64Bit] : [
- # The ID of an `InboundMailbox`.
- Int64Bit :
- # Recipients for ticket replies.
- CreateTicketRecipientDuringTicketCreationMutationInput] : [
- # Data to insert into custom fields.
- CustomFieldDataMutationInput] : [
- # If IDs of `CustomField` objects that are associated with this entity are
- # provided here, they will be unset and removed. You cannot unset data where the
- # `CustomField` property `required` is set to `true`.
- Int64Bit] : [
- # A list of file IDs to be associated with this object. These must first have been
- # uploaded to the /files endpoint and must be currently unassociated.
- AssociateFileMutationInput] : [
- # The task to be performed.
- TaskMutationInput] : [
- # Allows subscribing to notifications for this entity.
- SubscriptionMutationInput :
- # Setting this value to `true` will set `due_date` to null.
- Boolean :
- # Setting this value to `true` will set `ticketable_type` to null.
- Boolean :
- # Setting this value to `true` will set `ticketable_id` to null.
- Boolean :
- # Setting this value to `true` will set `parent_ticket_id` to null.
- Boolean :
- # Setting this value to `true` will set `ticket_group_id` to null.
- Boolean :
- # Setting this value to `true` will set `user_id` to null.
- Boolean :
- # Setting this value to `true` will set `inbound_mailbox_id` to null.
- Boolean :
- }