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