invoices
Return a list of invoices.
invoices(
where: QueryInvoicesWhereWhereConditions
hasFollowers: QueryInvoicesHasFollowersWhereHasConditions
hasCreator: QueryInvoicesHasCreatorWhereHasConditions
hasClient: QueryInvoicesHasClientWhereHasConditions
hasIssuer: QueryInvoicesHasIssuerWhereHasConditions
hasPerson: QueryInvoicesHasPersonWhereHasConditions
hasPriceList: QueryInvoicesHasPriceListWhereHasConditions
relationIsAbsent: InvoicesRelations
search: String
orderBy: [QueryInvoicesOrderByOrderByClause!]
first: Int! = 50
after: String
trashed: Trashed
): InvoiceConnection!