invoices
query
List invoices
Retrieves a paginated list of invoices for the company, with filtering by date, customer, status, document set, and more.
query {
invoices(companyId: Int!, options: InvoiceOptions): Invoices!
}Returns: Invoices!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
options | InvoiceOptions |