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