Schema Documentation

ProductTypeToProductConnection

Description

Connection between the ProductType type and the Product type

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