getSuppliersXlsx
mutation
Export suppliers to XLSX
Generates an Excel spreadsheet containing supplier data matching the provided filter options. The file is delivered asynchronously.
mutation {
getSuppliersXlsx(companyId: Int!, options: SupplierOptions): Boolean!
}Returns: Boolean!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
options | SupplierOptions |