devLogin
DEV ONLY bypass sign-in: returns a session for the given email without email/social verification. Active only when DEV_AUTH_BYPASS is enabled; throws (FORBIDDEN) otherwise. Never enabled in production.
devLogin(
input: DevLoginInput!
): AuthResponse!
Arguments
devLogin.input ● DevLoginInput! non-null input
Type
AuthResponse object
Result of a successful login or registration: a session token plus the authenticated user.