Magidoc

scenarioSessions
Query

A list of Scenario Sessions associated with the currently Scenario.

Arguments

#

after

Returns the elements in the list that come after the specified cursor.

afterIndex

Returns the elements in the list that come after the specified index.

before

Returns the elements in the list that come before the specified cursor.

beforeIndex

Returns the elements in the list that come before the specified index.

dateRange

The date range within which the session occurred.

first

Returns the first n elements from the list.

fullText

Search term to match against session details.

ids

[ ID !]

The list of scenario session IDs.

last

Returns the last n elements from the list.

orderBy

The order in which scenario sessions should be returned.

publicVisibility

Indicates if the session is publicly visible.

scenarioId

The ID of the scenario associated with the session.

sessionTypes

The types of scenario sessions to filter by.

versions

[ Int !]

The versions of the scenario session.

workInstructionTypes

Types of work instructions associated with the session.

Response

#

Returns QueryScenarioSessionConnection .

Example

#

3