UserSession
Represents a user session
Fields without arguments
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 |