Magidoc

scenarioReleases
Query

A list of Scenario Releases 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.

fullText

A full-text search query for Scenario Releases.

last

Returns the last n elements from the list.

orderBy

The field to order the Scenario Releases by.

publishedAt

Date and time when the Scenario Release was published.

scenarioId

ID of the Scenario related to the release.

workInstructionTypes

Types of work instructions associated with the release.

Response

#

Returns QueryScenarioReleaseConnection .

Example

#

3