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