Types > SupplierPage
Commerce APITypesSupplierPage
SupplierPage

Description

Topic: Suppliers

Fields

count: Int!

Total number of items in the collection


items: [Supplier!]!


last_key: String!

Key of the last item for keyset based iteration


Used By

Queries

suppliersPage

Preview (typescript)

interface SupplierPage {
count: number
items: Supplier[]
last_key: string
}