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