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