Magidoc

scenarioSessionEvents
Query

A list of Scenario Session Events.

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.

eventTypes

A list of event types associated with the Scenario Session.

first

Returns the first n elements from the list.

last

Returns the last n elements from the list.

orderBy

The field to order the Scenario Session Events by.

scenarioIds

[ ID !]

List of Scenario IDs associated with the event.

scenarioSessionId

ID of the Scenario Session related to the event.

scenarioSessionPartId

ID of the Scenario Session Part related to the event.

startedAtRange

The date range for when the Scenario Session Events started.

valueTypes

The types of values associated with the event.

Response

#

Returns QueryScenarioSessionEventConnection .

Example

#

3