object ReturnExchangeItemTypeCountableConnection
Fields
| Field | Type | Description |
|---|---|---|
pageInfo | PageInfo! | Pagination data for this connection. |
edges | [ReturnExchangeItemTypeCountableEdge]! | Contains the nodes in this connection. |
total_count | Int |
Referenced By
- ReturnExchangeType Type
- ReturnItemType Type
Example
{
"pageInfo": PageInfo,
"edges": ReturnExchangeItemTypeCountableEdge,
"total_count": 987
}