LocationConnection
The connection type for Location.
type LocationConnection {
edges: [LocationEdge]
nodes: [Location]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
LocationConnection.edges
● [LocationEdge]
list object
A list of edges.
LocationConnection.nodes
● [Location]
list object
A list of nodes.
LocationConnection.pageInfo
● PageInfo!
non-null object
Information to aid in pagination.
LocationConnection.totalCount
● Int!
non-null scalar
Total count of items in the connection, without considering pagination.
Returned By
locations
query