OBJECT

ResendVerificationEmailPayload

ResendVerificationEmailPayload is the output after resending a verification email.

link GraphQL Schema definition

1type ResendVerificationEmailPayload {
2
3# The modified user.
4user: User
5
6}