customers
Query customer records with filters, ordering, and pagination to retrieve specific data from GreyMatter.
Instructions
Customer · query customers. Variables: after, filter, first, notFilter, order. Example variables: {"after":"T18w","filter":{"accessGroups":[""],"ids":[""],"name":"","pods":[""],"roles":[""],"users":[""]},"first":10,"notFilter":{"accessGroups":[""],"ids":[""],"name":"","pods":[""],"roles":[""],"users":[""...
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | GraphQL: String | |
| first | No | GraphQL: Int | |
| order | No | GraphQL: CustomerOrder | |
| filter | No | GraphQL: CustomerFilter | |
| notFilter | No | GraphQL: CustomerFilter | |
| customer_slug | No | Override the x-reliaquest-customer (OpCo) header. |