Schema Documentation

CouponToCustomerConnectionWhereArgs

Description

Arguments for filtering the CouponToCustomerConnection connection

Fields
Input FieldDescription
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":"abc123","exclude":[987],"include":[123],"order":"ASC","orderby":"EMAIL","search":"abc123"}