Skip to main content

Session

Represent a stored session with data

type Session {
id: UUID!
data: JSON
}

Fields

id ● UUID!

The ID of the session

data ● JSON

The session data

Example

{}