DeleteTicketInput
Autogenerated input type of DeleteTicket
input DeleteTicketInput {
clientMutationId: String
id: ID
refund: Boolean
}
Fields
DeleteTicketInput
.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
DeleteTicketInput
.id
● ID
scalar
DeleteTicketInput
.refund
● Boolean
scalar
Member Of
deleteTicket
mutation