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