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