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!]
groupBy: GroupByInputInvoicesGroupableColumns
first: Int! = 50
after: String
trashed: Trashed
): InvoiceConnection!
Arguments
invoices.where ● QueryInvoicesWhereWhereConditions input
invoices.hasFollowers ● QueryInvoicesHasFollowersWhereHasConditions input
invoices.hasCreator ● QueryInvoicesHasCreatorWhereHasConditions input
invoices.hasClient ● QueryInvoicesHasClientWhereHasConditions input
invoices.hasIssuer ● QueryInvoicesHasIssuerWhereHasConditions input
invoices.hasPerson ● QueryInvoicesHasPersonWhereHasConditions input
invoices.hasPriceList ● QueryInvoicesHasPriceListWhereHasConditions input
invoices.relationIsAbsent ● InvoicesRelations enum
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.