INPUT_OBJECT

ResendVerificationEmailInput

ResendVerificationEmailInput is input required to resend the verification email.

link GraphQL Schema definition

1input ResendVerificationEmailInput {
4
2# ID of the user to resend a verification email to.
3userID: ID!
5}