Skip to main content

stages

Reads a set of Stage.

stages(
first: Int
offset: Int
orderBy: [StagesOrderBy!]
condition: StageCondition
filter: StageFilter
): [Stage!]

Arguments

stages.first ● Int scalar

Only read the first n values of the set.

stages.offset ● Int scalar

Skip the first n values.

stages.orderBy ● [StagesOrderBy!] list enum

The method to use when ordering Stage.

stages.condition ● StageCondition input

A condition to be used in determining which values should be returned by the collection.

stages.filter ● StageFilter input

A filter to be used in determining which values should be returned by the collection.

Type

Stage object

A phase within an accord that groups a set of steps; also used to model the stages of a playbook template.