Skip to main content

stepToDos

Reads a set of StepToDo.

stepToDos(
first: Int
offset: Int
orderBy: [StepToDosOrderBy!]
condition: StepToDoCondition
filter: StepToDoFilter
): [StepToDo!]

Arguments

stepToDos.first ● Int scalar

Only read the first n values of the set.

stepToDos.offset ● Int scalar

Skip the first n values.

stepToDos.orderBy ● [StepToDosOrderBy!] list enum

The method to use when ordering StepToDo.

stepToDos.condition ● StepToDoCondition input

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

stepToDos.filter ● StepToDoFilter input

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

Type

StepToDo object