getCustomersPDF
mutation
Export customers list to PDF
Generates a PDF document listing all customers matching the provided filter options.
mutation {
getCustomersPDF(companyId: Int!, options: CustomerOptions): Boolean!
}Returns: Boolean!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
options | CustomerOptions |