Types > InvoicePage
Description
Topic: Invoices
Fields
Total number of items in the collection
items: [Invoice!]!
Key of the last item for keyset based iteration
Used By
Queries
Preview (typescript)
interface InvoicePage {count: numberitems: []last_key: string}