CreateTicketTypeInput
Autogenerated input type of CreateTicketType
input CreateTicketTypeInput {
clientMutationId: String
eventId: ID
ticket_type: TicketTypeInput!
}
Fields
CreateTicketTypeInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateTicketTypeInput.eventId
● ID
scalar
CreateTicketTypeInput.ticket_type
● TicketTypeInput!
non-null input
Member Of
createTicketType
mutation