Skip to main content

stepToDoTasks

Reads a set of StepToDoTask.

stepToDoTasks(
first: Int
offset: Int
orderBy: [StepToDoTasksOrderBy!]
condition: StepToDoTaskCondition
filter: StepToDoTaskFilter
): [StepToDoTask!]

Arguments

stepToDoTasks.first ● Int scalar

Only read the first n values of the set.

stepToDoTasks.offset ● Int scalar

Skip the first n values.

stepToDoTasks.orderBy ● [StepToDoTasksOrderBy!] list enum

The method to use when ordering StepToDoTask.

stepToDoTasks.condition ● StepToDoTaskCondition input

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

stepToDoTasks.filter ● StepToDoTaskFilter input

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

Type

StepToDoTask object