INPUT_OBJECT

CreateTicketRecipientDuringTicketCreationMutationInput

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

link GraphQL Schema definition

  • input CreateTicketRecipientDuringTicketCreationMutationInput {
  • # A descriptive name.
  • name: String!
  • # An email address.
  • email_address: EmailAddress!
  • # A note about this entity.
  • note: NoteMutationInput
  • }