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`.
- : Int64Bit!
- # An email address.
- : EmailAddress!
- }