Schema Documentation
CouponToCustomerConnectionWhereArgs
Description
Arguments for filtering the CouponToCustomerConnection connection
Fields
Input Field | Description |
---|---|
email -
String | Limit result set to resources with a specific email. |
exclude -
[Int] | Ensure result set excludes specific IDs. |
include -
[Int] | Limit result set to specific ids. |
order -
OrderEnum | Order of results. |
orderby -
CustomerConnectionOrderbyEnum | Order results by a specific field. |
search -
String | Limit results to those matching a string. |
Example
{"email":"xyz789","exclude":[123],"include":[987],"order":"ASC","orderby":"EMAIL","search":"xyz789"}