Skip to main content

StepApprovalsConnection

A connection to a list of StepApproval values.

type StepApprovalsConnection {
nodes: [StepApproval!]!
edges: [StepApprovalsEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

StepApprovalsConnection.nodes ● [StepApproval!]! non-null object

A list of StepApproval objects.

StepApprovalsConnection.edges ● [StepApprovalsEdge!]! non-null object

A list of edges which contains the StepApproval and cursor to aid in pagination.

StepApprovalsConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

StepApprovalsConnection.totalCount ● Int! non-null scalar

The count of *all* StepApproval you could get from the connection.

Returned By

stepApprovalsConnection query

Member Of

Account object ● Profile object ● Workspace object