CreateTicketInput
Autogenerated input type of CreateTicket
input CreateTicketInput {
clientMutationId: String
ticket: TicketInput!
userConProfileId: ID
}
Fields
CreateTicketInput
.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateTicketInput
.ticket
● TicketInput!
non-null input
CreateTicketInput
.userConProfileId
● ID
scalar
Member Of
createTicket
mutation