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