Skip to main content

LocationConnection

The connection type for Location.

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

Fields

LocationConnection.edges ● [LocationEdge] list object common

A list of edges.

LocationConnection.nodes ● [Location] list object warehouses

A list of nodes.

LocationConnection.pageInfo ● PageInfo! non-null object common

Information to aid in pagination.

LocationConnection.totalCount ● Int! non-null scalar common

Total count of items in the connection, without considering pagination.

Returned By

locations query