INPUT_OBJECT

CreateTicketRecipientMutationInput

The input object that defines the fields for the createTicketRecipient mutation.

link GraphQL Schema definition

  • input CreateTicketRecipientMutationInput {
  • # A descriptive name.
  • name: String!
  • # An email address.
  • email_address: EmailAddress!
  • # The ID of a `Ticket`.
  • ticket_id: Int64Bit!
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by