Schema Documentation

ProductToProductCategoryConnection

Description

Connection between the Product type and the productCategory type

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