Skip to main content

stepApprovalsConnection

Reads and enables pagination through a set of StepApproval.

stepApprovalsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [StepApprovalsOrderBy!] = [PRIMARY_KEY_ASC]
condition: StepApprovalCondition
filter: StepApprovalFilter
): StepApprovalsConnection

Arguments

stepApprovalsConnection.first ● Int scalar

Only read the first n values of the set.

stepApprovalsConnection.last ● Int scalar

Only read the last n values of the set.

stepApprovalsConnection.offset ● Int scalar

Skip the first n values from our after cursor, an alternative to cursor based pagination. May not be used with last.

stepApprovalsConnection.before ● Cursor scalar

Read all values in the set before (above) this cursor.

stepApprovalsConnection.after ● Cursor scalar

Read all values in the set after (below) this cursor.

stepApprovalsConnection.orderBy ● [StepApprovalsOrderBy!] list enum

The method to use when ordering StepApproval.

stepApprovalsConnection.condition ● StepApprovalCondition input

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

stepApprovalsConnection.filter ● StepApprovalFilter input

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

Type

StepApprovalsConnection object

A connection to a list of StepApproval values.