Schema Documentation

ProductAttributeConnection

Description

Connection to ProductAttribute Nodes

Fields
Field NameDescription
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

ProductToProductAttributeConnection

Example
{"edges":[ProductAttributeConnectionEdge],"nodes":[ProductAttribute],"pageInfo":ProductAttributeConnectionPageInfo}