INPUT_OBJECT

SendEmailDomainVerificationEmailMutationInput

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

link GraphQL Schema definition

  • input SendEmailDomainVerificationEmailMutationInput {
  • # 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