Query
Parameters
Filter criteria for customers
Pagination options
Sorting options
Return Type
Returns aCustomerConnection with:
| Field | Type | Description |
|---|---|---|
edges | [CustomerEdge] | List of customer edges |
edges.node | Customer | The customer object |
edges.cursor | String | Cursor for pagination |
pageInfo | PageInfo | Pagination metadata |
totalCount | Int | Total number of matching customers |
Filter Examples
Find customers by email domain
Find customers created this month
Find customers with specific subscription status
Full-text search
Common Use Cases
Admin dashboard
Admin dashboard
Display paginated list of customers with search and filtering capabilities.
Export customers
Export customers
Iterate through all customers using pagination for data export.
Find customers by plan
Find customers by plan
Filter customers subscribed to a specific plan.
Related Operations
- Get Customer - Get single customer by ID
- Provision Customer - Create new customer
