Skip to main content

InvoiceConnection

A paginated list of Invoice edges.

type InvoiceConnection {
pageInfo: PageInfo!
edges: [InvoiceEdge!]!
}

Fields

InvoiceConnection.pageInfo ● PageInfo! non-null object

Pagination information about the list of edges.

InvoiceConnection.edges ● [InvoiceEdge!]! non-null object

A list of Invoice edges.

Returned By

invoices query

Member Of

Contact object ● Contract object ● Letter object ● Project object ● Property object ● Task object