Schema Documentation
ProductCategoryToProductConnection
Description
Connection between the ProductCategory type and the Product type
Fields
Field Name | Description |
---|---|
edges - [ProductCategoryToProductConnectionEdge!]! | Edges for the ProductCategoryToProductConnection connection |
nodes - [Product!]! | The nodes of the connection, without the edges |
pageInfo - ProductCategoryToProductConnectionPageInfo! | Information about pagination in a connection. |
Example
{"edges":[ProductCategoryToProductConnectionEdge],"nodes":[Product],"pageInfo":ProductCategoryToProductConnectionPageInfo}