object ToteConnection
Fields
| Field | Type | Description |
|---|---|---|
pageInfo | PageInfo! | Pagination data for this connection. |
edges | [ToteEdge]! | Contains the nodes in this connection. |
Referenced By
- TotesQueryResult Type
Example
{
"pageInfo": PageInfo,
"edges": ToteEdge
}