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