Schema Documentation

ProductCategoryToProductCategoryConnection

Description

Connection between the ProductCategory type and the productCategory type

Fields
Field NameDescription
edges - [ProductCategoryToProductCategoryConnectionEdge!]! Edges for the ProductCategoryToProductCategoryConnection connection
nodes - [ProductCategory!]! The nodes of the connection, without the edges
pageInfo - ProductCategoryToProductCategoryConnectionPageInfo! Information about pagination in a connection.
Example
{"edges":[ProductCategoryToProductCategoryConnectionEdge],"nodes":[ProductCategory],"pageInfo":ProductCategoryToProductCategoryConnectionPageInfo}