object LocationConnection
Fields
| Field | Type | Description |
|---|---|---|
pageInfo | PageInfo! | Pagination data for this connection. |
edges | [LocationEdge]! | Contains the nodes in this connection. |
Referenced By
- LocationsQueryResult Type
- Lot Type
- WholesaleStagingLocationCandidatesQueryResult Type
Example
{
"pageInfo": PageInfo,
"edges": LocationEdge
}