Schema Documentation

RootQueryToProductConnection

Description

Connection between the RootQuery type and the Product type

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