Schema Documentation

RootQueryToCustomerConnectionWhereArgs

Description

Arguments for filtering the RootQueryToCustomerConnection 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":[123],"include":[987],"order":"ASC","orderby":"EMAIL","search":"abc123"}