object ProductConnection
Fields
| Field | Type | Description |
|---|---|---|
pageInfo | PageInfo! | Pagination data for this connection. |
edges | [ProductEdge]! | Contains the nodes in this connection. |
Referenced By
- Location Type
- ProductsQueryResult Type
- Warehouse Type
Example
{
"pageInfo": PageInfo,
"edges": ProductEdge
}