Skip to main content

stepResources

Reads a set of StepResource.

stepResources(
first: Int
offset: Int
orderBy: [StepResourcesOrderBy!]
condition: StepResourceCondition
filter: StepResourceFilter
): [StepResource!]

Arguments

stepResources.first ● Int scalar

Only read the first n values of the set.

stepResources.offset ● Int scalar

Skip the first n values.

stepResources.orderBy ● [StepResourcesOrderBy!] list enum

The method to use when ordering StepResource.

stepResources.condition ● StepResourceCondition input

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

stepResources.filter ● StepResourceFilter input

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

Type

StepResource object