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