INPUT_OBJECT

ResendAutoreplyMutationInput

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

link GraphQL Schema definition

  • input ResendAutoreplyMutationInput {
  • # The ID of a `Ticket`.
  • ticket_id: Int64Bit!
  • # An email address.
  • to_email_address: EmailAddress!
  • }

link Require by