steps
Reads a set of Step.
steps(
first: Int
offset: Int
orderBy: [StepsOrderBy!]
condition: StepCondition
filter: StepFilter
): [Step!]
Arguments
steps.first ● Int scalar
Only read the first n values of the set.
steps.offset ● Int scalar
Skip the first n values.
steps.orderBy ● [StepsOrderBy!] list enum
The method to use when ordering Step.
steps.condition ● StepCondition input
A condition to be used in determining which values should be returned by the collection.
steps.filter ● StepFilter input
A filter to be used in determining which values should be returned by the collection.
Type
Step object
An individual action item within a stage that the seller and customer track to completion; also used to model the steps of a playbook template.