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