Types > BrandPage
Commerce APITypesBrandPage
BrandPage

Description

Topic: Brands

Fields

count: Int!

Total number of items in the collection


items: [Brand!]!


last_key: String!

Key of the last item for keyset based iteration


Used By

Queries

brandsPage

Preview (typescript)

interface BrandPage {
count: number
items: Brand[]
last_key: string
}