Schema Documentation
ProductTypeConnection
Description
Connection to productType Nodes
Fields
Field Name | Description |
---|---|
edges - [ProductTypeConnectionEdge!]! | A list of edges (relational context) between RootQuery and connected productType Nodes |
nodes - [ProductType!]! | A list of connected productType Nodes |
pageInfo - ProductTypeConnectionPageInfo! | Information about pagination in a connection. |
Possible Types
ProductTypeConnection Types |
---|
Example
{"edges":[ProductTypeConnectionEdge],"nodes":[ProductType],"pageInfo":ProductTypeConnectionPageInfo}