Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 846 Bytes

File metadata and controls

17 lines (14 loc) · 846 Bytes
title 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
userAbilities UserSessionUserAbilities! Abilities for the current user on this UserSession