Schema Documentation
CouponToCustomerConnection
Description
Connection between the Coupon type and the Customer type
Fields
Field Name | Description |
---|---|
edges -
[CouponToCustomerConnectionEdge] | Edges for the CouponToCustomerConnection connection |
nodes -
[Customer] | The nodes of the connection, without the edges |
pageInfo -
WPPageInfo | Information about pagination in a connection. |
Example
{"edges":[CouponToCustomerConnectionEdge],"nodes":[Customer],"pageInfo":WPPageInfo}