LoginResponse Object
Description
Response from a login operation.
Declaration
type LoginResponse {
session: Session
sessionsCount: Int
checkout: Checkout
}
Fields
| Name | Type | Description |
|---|---|---|
session | Session | Created session for the authenticated user. |
sessionsCount | Int | Total number of active sessions for the user. |
checkout | Checkout | Associated checkout if one exists. |