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