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