RequestLoginLinkResult
Result of requesting a magic link.
type RequestLoginLinkResult {
sent: Boolean!
devToken: String
}
Fields
RequestLoginLinkResult.sent ● Boolean! non-null scalar
Always true (does not reveal whether the email exists).
RequestLoginLinkResult.devToken ● String scalar
DEV ONLY: when DEV_AUTH_BYPASS is enabled (so no email is delivered), the one-time token to pass to completeLoginLink. Always null in production.
Returned By
requestLoginLink mutation