diff --git a/src/pages/graphql/schema/live-search/queries/product-search.md b/src/pages/graphql/schema/live-search/queries/product-search.md index a2c500cfd..fd3bfd704 100644 --- a/src/pages/graphql/schema/live-search/queries/product-search.md +++ b/src/pages/graphql/schema/live-search/queries/product-search.md @@ -18,7 +18,7 @@ See [Boundaries and Limits](https://experienceleague.adobe.com/en/docs/commerce- ```graphql productSearch( phrase: String! - context: [QueryContextInput!] + context: QueryContextInput! current_page: Int = 1 page_size: Int = 20 sort: [ProductSearchSortInput!]