AuthenticateEmailPayload
No description
type AuthenticateEmailPayload {
success: Boolean!
}
Fields
AuthenticateEmailPayload.success ● Boolean! non-null scalar
True when authentication succeeded; the session cookie is set on the response.
Returned By
authenticateEmail mutation