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