Skip to main content

GlobalScoresConnection

A connection to a list of GlobalScore values.

type GlobalScoresConnection {
nodes: [GlobalScore!]!
edges: [GlobalScoresEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

GlobalScoresConnection.nodes ● [GlobalScore!]! non-null object

A list of GlobalScore objects.

GlobalScoresConnection.edges ● [GlobalScoresEdge!]! non-null object

A list of edges which contains the GlobalScore and cursor to aid in pagination.

GlobalScoresConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

GlobalScoresConnection.totalCount ● Int! non-null scalar

The count of *all* GlobalScore you could get from the connection.

Returned By

globalScoresConnection query