UpdateTicketTypePayload
Autogenerated return type of UpdateTicketType.
type UpdateTicketTypePayload {
clientMutationId: String
ticket_type: TicketType!
}
Fields
UpdateTicketTypePayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
UpdateTicketTypePayload.ticket_type
● TicketType!
non-null object
Returned By
updateTicketType
mutation