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