Schema Documentation
OrderToCouponLineConnection
Description
Connection between the Order type and the CouponLine type
Fields
Field Name | Description |
---|---|
edges - [OrderToCouponLineConnectionEdge!]! | Edges for the OrderToCouponLineConnection connection |
nodes - [CouponLine!]! | The nodes of the connection, without the edges |
pageInfo - OrderToCouponLineConnectionPageInfo! | Information about pagination in a connection. |
Example
{"edges":[OrderToCouponLineConnectionEdge],"nodes":[CouponLine],"pageInfo":OrderToCouponLineConnectionPageInfo}