Skip to main content

RequestLoginLinkInput

Request an emailed magic-link to sign in (passwordless).

input RequestLoginLinkInput {
email: String!
redirectUri: String
}

Fields

RequestLoginLinkInput.email ● String! non-null scalar

Email address to send the one-time sign-in link to.

RequestLoginLinkInput.redirectUri ● String scalar

Where to send the user after they click the link (origin must be an allowed app/UI origin). Defaults to the platform sign-in page.

Member Of

requestLoginLink mutation