Skip to main content

appInvoices

appInvoices(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: AppInvoiceOrder
where: AppInvoiceWhereInput
): AppInvoiceConnection!

Arguments

appInvoices.after ● Cursor scalar

Returns the elements in the list that come after the specified cursor.

appInvoices.first ● Int scalar

Returns the first n elements from the list.

appInvoices.before ● Cursor scalar

Returns the elements in the list that come before the specified cursor.

appInvoices.last ● Int scalar

Returns the last n elements from the list.

appInvoices.orderBy ● AppInvoiceOrder input

Ordering options for AppInvoices returned from the connection.

appInvoices.where ● AppInvoiceWhereInput input

Filtering options for AppInvoices returned from the connection.

Type

AppInvoiceConnection object

A connection to a list of items.