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