UpdateTicketTypeInput
Autogenerated input type of UpdateTicketType
input UpdateTicketTypeInput {
clientMutationId: String
id: ID
ticket_type: TicketTypeInput!
}
Fields
UpdateTicketTypeInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
UpdateTicketTypeInput.id
● ID
scalar
UpdateTicketTypeInput.ticket_type
● TicketTypeInput!
non-null input
Member Of
updateTicketType
mutation