Type alias InvoiceList

InvoiceList: Pageable & {
    __typename?: "InvoiceList";
    cursor?: Maybe<Scalars["String"]>;
    items?: Maybe<Maybe<Invoice>[]>;
}

A list of completed invoices for this app

Generated using TypeDoc