OBJECT
InvoiceConnection
The connection wrapper around the InvoiceConnection
type.
link GraphQL Schema definition
- type InvoiceConnection {
- # A list of the entities provided by this connection.
- Invoice]! : [
- # An object providing information about the page of results being displayed, as
- # well as the total amount of pages/records available.
- PageInfo! :
- # Provides the ability to return aggregated mathematical data about your results.
- Aggregation]! : [
- }
link Require by
- AccountA customer account.
- CompanyA company you do business as.
- InvoiceAn invoice.
- InvoiceTemplateVersionA version of a template for generating invoices, preserved for historical purposes.
- PrintToMailBatchA batch of invoices to mail and print.
- Querynull
- TriggeredEmailAn `Email` that is sent when a particular event occurs.
- TriggeredMessageA message that is sent when a specific event occurs.