StepsConnection
A connection to a list of Step values.
type StepsConnection {
nodes: [Step!]!
edges: [StepsEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
StepsConnection.nodes ● [Step!]! non-null object
A list of Step objects.
StepsConnection.edges ● [StepsEdge!]! non-null object
A list of edges which contains the Step and cursor to aid in pagination.
StepsConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
StepsConnection.totalCount ● Int! non-null scalar
The count of *all* Step you could get from the connection.
Returned By
stepsConnection query
Member Of
Account object ● Playbook object ● Profile object ● Stage object ● Step object ● WorkspaceAccount object