Magidoc

scenarioSessionSteps
Query

A list of Scenario Session Steps accessible by the currently authenticated User.

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.

first

Returns the first n elements from the list.

last

Returns the last n elements from the list.

orderBy

The order in which session steps should be returned.

scenarioId

The ID of the scenario associated with the session step.

scenarioSessionId

The ID of the scenario session associated with the step.

scenarioStepId

The ID of the specific scenario step.

Response

#

Returns QueryScenarioSessionStepConnection .

Example

#

3