ProvideEventTicketInput
Autogenerated input type of ProvideEventTicket
input ProvideEventTicketInput {
  clientMutationId: String
  eventId: ID
  ticketTypeId: ID
  userConProfileId: ID
}
Fields
ProvideEventTicketInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
ProvideEventTicketInput.eventId ● ID scalar
ProvideEventTicketInput.ticketTypeId ● ID scalar
ProvideEventTicketInput.userConProfileId ● ID scalar
Member Of
provideEventTicket  mutation