Schema Documentation
ProductAttributeConnection
Description
Connection to ProductAttribute Nodes
Fields
Field Name | Description |
---|---|
edges - [ProductAttributeConnectionEdge!]! | A list of edges (relational context) between Product and connected ProductAttribute Nodes |
nodes - [ProductAttribute!]! | A list of connected ProductAttribute Nodes |
pageInfo - ProductAttributeConnectionPageInfo! | Information about pagination in a connection. |
Possible Types
ProductAttributeConnection Types |
---|
Example
{"edges":[ProductAttributeConnectionEdge],"nodes":[ProductAttribute],"pageInfo":ProductAttributeConnectionPageInfo}