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