Schema Documentation

ProductTagToProductConnection

Description

Connection between the ProductTag type and the Product type

Fields
Field NameDescription
edges - [ProductTagToProductConnectionEdge!]! Edges for the ProductTagToProductConnection connection
nodes - [Product!]! The nodes of the connection, without the edges
pageInfo - ProductTagToProductConnectionPageInfo! Information about pagination in a connection.
Example
{"edges":[ProductTagToProductConnectionEdge],"nodes":[Product],"pageInfo":ProductTagToProductConnectionPageInfo}