INPUT_OBJECT

SendTestEmailMutationInput

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

link GraphQL Schema definition

  • input SendTestEmailMutationInput {
  • # The mailbox to send the verification to. E.g. if the domain is example.com and
  • # you want to send to foo@example.com, this would be `foo`.
  • mailbox: String!
  • }

link Require by