Schema Documentation

ProductCategoryToProductConnection

Description

Connection between the ProductCategory type and the Product type

Fields
Field NameDescription
edges - [ProductCategoryToProductConnectionEdge!]! Edges for the ProductCategoryToProductConnection connection
nodes - [Product!]! The nodes of the connection, without the edges
pageInfo - ProductCategoryToProductConnectionPageInfo! Information about pagination in a connection.
Example
{"edges":[ProductCategoryToProductConnectionEdge],"nodes":[Product],"pageInfo":ProductCategoryToProductConnectionPageInfo}