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