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