We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35aeb0a commit e52b19cCopy full SHA for e52b19c
app/code/Magento/CatalogGraphQl/etc/schema.graphqls
@@ -479,7 +479,7 @@ type Aggregation @doc(description: "A bucket that contains information for each
479
}
480
481
type SearchSuggestion @doc(description: "A string that contains search suggestion") {
482
- value: String! @doc(description: "The search suggestion of existing product.")
+ search: String! @doc(description: "The search suggestion of existing product.")
483
484
485
interface AggregationOptionInterface @typeResolver(class: "Magento\\CatalogGraphQl\\Model\\AggregationOptionTypeResolverComposite") {
0 commit comments