Types > StorefrontProductQuestionPage
Storefront APITypesStorefrontProductQuestionPage
StorefrontProductQuestionPage

Description

Topic: Product Questions

Fields

count: Int!

Total number of items in the collection


items: [StorefrontProductQuestion!]!


last_key: String!

Key of the last item for keyset based iteration


Used By

Queries

storefrontProductQuestionsPage

Preview (typescript)

interface StorefrontProductQuestionPage {
count: number
items: StorefrontProductQuestion[]
last_key: string
}