Schema Documentation
ProductCategoryConnection
Description
Connection to productCategory Nodes
Fields
| Field Name | Description |
|---|---|
edges - [ProductCategoryConnectionEdge!]! | A list of edges (relational context) between RootQuery and connected productCategory Nodes |
nodes - [ProductCategory!]! | A list of connected productCategory Nodes |
pageInfo - ProductCategoryConnectionPageInfo! | Information about pagination in a connection. |
Possible Types
| ProductCategoryConnection Types |
|---|
Example
{"edges":[ProductCategoryConnectionEdge],"nodes":[ProductCategory],"pageInfo":ProductCategoryConnectionPageInfo}