Schema Documentation
SimpleProductToProductUnionConnection
Description
Connection between the SimpleProduct type and the ProductUnion type
Fields
Field Name | Description |
---|---|
edges - [SimpleProductToProductUnionConnectionEdge!]! | Edges for the SimpleProductToProductUnionConnection connection |
found - Int | Total products founds |
nodes - [ProductUnion!]! | The nodes of the connection, without the edges |
pageInfo - SimpleProductToProductUnionConnectionPageInfo! | Information about pagination in a connection. |
Example
{"edges":[SimpleProductToProductUnionConnectionEdge],"found":987,"nodes":[ProductUnion],"pageInfo":SimpleProductToProductUnionConnectionPageInfo}