LocationConnection
A connection type to paginate in a list of locations.
type LocationConnection {
pageInfo: PageInfo!
totalCount: Int!
nodes: [Location!]!
}
Fields
LocationConnection.pageInfo ● PageInfo! non-null object
LocationConnection.totalCount ● Int! non-null scalar
LocationConnection.nodes ● [Location!]! non-null object
Member Of
Event object