Schema Documentation
RootQueryToProductTypeConnection
Description
Connection between the RootQuery type and the productType type
Fields
Field Name | Description |
---|---|
edges - [RootQueryToProductTypeConnectionEdge!]! | Edges for the RootQueryToProductTypeConnection connection |
nodes - [ProductType!]! | The nodes of the connection, without the edges |
pageInfo - RootQueryToProductTypeConnectionPageInfo! | Information about pagination in a connection. |
Example
{"edges":[RootQueryToProductTypeConnectionEdge],"nodes":[ProductType],"pageInfo":RootQueryToProductTypeConnectionPageInfo}