Skip to main content

sessionUpdates

Fetch updates for a session since the last check timestamp.

sessionUpdates(
lastCheck: String
sessionId: ID!
): [SessionUpdate]

Arguments

sessionUpdates.lastCheck ● String scalar

(Optional) The timestamp of the last check for updates.

sessionUpdates.sessionId ● ID! non-null scalar

The unique identifier (GUID) of the session.

Type

SessionUpdate object

This is the object that represents a session update.