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