Skip to main content

stepStakeholders

Reads a set of StepStakeholder.

stepStakeholders(
first: Int
offset: Int
orderBy: [StepStakeholdersOrderBy!]
condition: StepStakeholderCondition
filter: StepStakeholderFilter
): [StepStakeholder!]

Arguments

stepStakeholders.first ● Int scalar

Only read the first n values of the set.

stepStakeholders.offset ● Int scalar

Skip the first n values.

stepStakeholders.orderBy ● [StepStakeholdersOrderBy!] list enum

The method to use when ordering StepStakeholder.

stepStakeholders.condition ● StepStakeholderCondition input

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

stepStakeholders.filter ● StepStakeholderFilter input

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

Type

StepStakeholder object