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