RequestLoginLinkResult
Result of requesting a magic link.
type RequestLoginLinkResult {
sent: Boolean!
}
Fields
RequestLoginLinkResult.sent ● Boolean! non-null scalar
Always true (does not reveal whether the email exists).
Returned By
requestLoginLink mutation