referencegraphqlTypesInputsDevLoginInputOn this pageDevLoginInputDev-only bypass sign-in (active only when DEV_AUTH_BYPASS is enabled; never in production). input DevLoginInput { email: String!} Fields DevLoginInput.email ● String! non-null scalar Email of the account to sign in as (created if absent). Member Of devLogin mutation