INPUT_OBJECT
The input object that defines the fields for the sendTestEmail mutation.
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!}