UpdateTicketPayload
Autogenerated return type of UpdateTicket.
type UpdateTicketPayload {
  clientMutationId: String
  ticket: Ticket!
}
Fields
UpdateTicketPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateTicketPayload.ticket ● Ticket! non-null object
Returned By
updateTicket  mutation