Schema Documentation
ProductToProductTypeConnection
Description
Connection between the Product type and the productType type
Fields
Field Name | Description |
---|---|
edges - [ProductToProductTypeConnectionEdge!]! | Edges for the ProductToProductTypeConnection connection |
nodes - [ProductType!]! | The nodes of the connection, without the edges |
pageInfo - ProductToProductTypeConnectionPageInfo! | Information about pagination in a connection. |
Example
{"edges":[ProductToProductTypeConnectionEdge],"nodes":[ProductType],"pageInfo":ProductToProductTypeConnectionPageInfo}