Types > StorefrontQuestionSearchResult
Storefront APITypesStorefrontQuestionSearchResult
StorefrontQuestionSearchResult

Description

Topic: Search

Fields

count: Int!

Total number of items in the collection


items: [StorefrontProductQuestion]


Used By

Queries

storefrontSearchQuestions

Preview (typescript)

interface StorefrontQuestionSearchResult {
count: number
items?: (StorefrontProductQuestion | null)[]
}