Types > ProductQuestionAnswerPage
Commerce APITypesProductQuestionAnswerPage
ProductQuestionAnswerPage

Description

Topic: Product Questions

Fields

count: Int!

Total number of items in the collection


items: [ProductQuestionAnswer!]!


last_key: String!

Key of the last item for keyset based iteration


Used By

Queries

productQuestionsAnswersPage

Preview (typescript)

interface ProductQuestionAnswerPage {
count: number
items: ProductQuestionAnswer[]
last_key: string
}