Schema Documentation

ProductCategoryConnection

Description

Connection to productCategory Nodes

Fields
Field NameDescription
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.
Example
{"edges":[ProductCategoryConnectionEdge],"nodes":[ProductCategory],"pageInfo":ProductCategoryConnectionPageInfo}