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