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