OBJECT

TicketCreatePayload

Autogenerated return type of TicketCreate

link GraphQL Schema definition

  • type TicketCreatePayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • errors: [Error!]
  • ticket: Ticket
  • }

link Require by