You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sort_fields: SortFields@doc(description: "An object that includes the default sort field and all available sort fields.") @resolver(class: "Magento\\CatalogGraphQl\\Model\\Resolver\\Category\\SortFields")
325
+
suggestions: [SearchSuggestion] @doc(description: "An array of search suggestions for case when search query have no results.")
325
326
}
326
327
327
328
typeCategoryProducts@doc(description: "The category products object returned in the Category query.") {
@@ -477,6 +478,10 @@ type Aggregation @doc(description: "A bucket that contains information for each
477
478
position: Int@doc(description: "The relative position of the attribute in a layered navigation block")
478
479
}
479
480
481
+
typeSearchSuggestion@doc(description: "A string that contains search suggestion") {
482
+
value: String!@doc(description: "The search suggestion of existing product.")
0 commit comments