Przejdź do głównej zawartości

LocationConnection

Paginated location connection

type LocationConnection {
edges: [LocationEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

LocationConnection.edges ● [LocationEdge!]! non-null object

Location edges

LocationConnection.pageInfo ● PageInfo! non-null object

Pagination info

LocationConnection.totalCount ● Int! non-null scalar

Total count of locations matching the query

Returned By

locations query