Schema Documentation

ProductToProductTagConnection

Description

Connection between the Product type and the productTag type

Fields
Field NameDescription
edges - [ProductToProductTagConnectionEdge!]! Edges for the ProductToProductTagConnection connection
nodes - [ProductTag!]! The nodes of the connection, without the edges
pageInfo - ProductToProductTagConnectionPageInfo! Information about pagination in a connection.
Example
{"edges":[ProductToProductTagConnectionEdge],"nodes":[ProductTag],"pageInfo":ProductToProductTagConnectionPageInfo}