mutation

loginWithEmailAndPassword

Allow login using an email address and password combination. Users must provide valid credentials to authenticate and access their account.
Arguments
passwordLoginRequestSchemaInput
PasswordLoginRequestSchemaInput
Describes the request structure to login or register using an email address and password.
Response
register_token
String
A token used for registration purposes will be sent when user is not registered.
request_id
String
A random uuid string used to track the send OTP response.
Describes the user details structure.
Mutation
Loading...
Try it
Input Variables
Loading...
Response
Loading...