| title | UserSession |
|---|
Represents a user session
| Name | Type | Description |
|---|---|---|
active |
Boolean! |
Whether or not the session is active and can be used |
createdAt |
Time! |
Time when this UserSession was created |
id |
UserSessionID! |
Global ID of this UserSession |
token |
String |
Token belonging to the session, only present on creation |
updatedAt |
Time! |
Time when this UserSession was last updated |
user |
User! |
User that belongs to the session |
userAbilities |
UserSessionUserAbilities! |
Abilities for the current user on this UserSession |