SendVerificationEmailPayload
Whether the email was successfully sent
type SendVerificationEmailPayload {
success: Boolean!
}
Fields
SendVerificationEmailPayload.success
● Boolean!
non-null scalar
Returned by
sendVerificationEmail
mutation