invoices
Return a list of invoices.
invoices(
where: QueryInvoicesWhereWhereConditions
whereHas: [InvoicesWhereHasInput!]
search: String
orderBy: [QueryInvoicesOrderByOrderByClause!]
groupBy: GroupByInputInvoicesGroupableColumns
first: Int! = 50
after: String
trashed: Trashed
): InvoiceConnection!
Arguments
invoices.where ● QueryInvoicesWhereWhereConditions input
invoices.whereHas ● [InvoicesWhereHasInput!] list input
invoices.search ● String scalar
invoices.orderBy ● [QueryInvoicesOrderByOrderByClause!] list input
invoices.groupBy ● GroupByInputInvoicesGroupableColumns input
invoices.first ● Int! non-null scalar
Limits number of fetched items. Maximum allowed value: 50.
invoices.after ● String scalar
A cursor after which elements are returned.
invoices.trashed ● Trashed enum
Allows to filter if trashed elements should be fetched.
Type
InvoiceConnection object
A paginated list of Invoice edges.