Schema Documentation

RootQueryToProductUnionConnection

Description

Connection between the RootQuery type and the ProductUnion type

Fields
Field NameDescription
edges - [RootQueryToProductUnionConnectionEdge!]! Edges for the RootQueryToProductUnionConnection connection
found - Int Total products founds
nodes - [ProductUnion!]! The nodes of the connection, without the edges
pageInfo - RootQueryToProductUnionConnectionPageInfo! Information about pagination in a connection.
Example
{"edges":[RootQueryToProductUnionConnectionEdge],"found":987,"nodes":[ProductUnion],"pageInfo":RootQueryToProductUnionConnectionPageInfo}