customers
query
List customers
Retrieves a paginated list of customers for the specified company, with support for filtering, sorting, and searching by name, VAT, email, or number.
query {
customers(companyId: Int!, options: CustomerOptions): Customers!
}Returns: Customers!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
options | CustomerOptions |