From 4a474544ba7888d716d03f0aac111ab0d7b907b0 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 13:00:50 +0000 Subject: [PATCH] build(codegen): updating SDK --- .../src/main/resources/graphql/schema.graphqls | 5 +++++ references.txt | 1 + 2 files changed, 6 insertions(+) diff --git a/commercetools/commercetools-graphql-api/src/main/resources/graphql/schema.graphqls b/commercetools/commercetools-graphql-api/src/main/resources/graphql/schema.graphqls index 2b343cb3aa..9a5aa61479 100644 --- a/commercetools/commercetools-graphql-api/src/main/resources/graphql/schema.graphqls +++ b/commercetools/commercetools-graphql-api/src/main/resources/graphql/schema.graphqls @@ -12242,6 +12242,10 @@ enum SearchFieldType { "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" input SearchFilterExpressionInput { + and: [SearchQueryInput!] + or: [SearchQueryInput!] + not: [SearchQueryInput!] + filter: [SearchQueryInput!] range: SearchQueryRangeExpressionInput fullText: SearchFullTextExpressionInput fullTextPrefix: SearchFullTextPrefixInput @@ -12249,6 +12253,7 @@ input SearchFilterExpressionInput { prefix: SearchAnyValueExpressionInput wildcard: SearchAnyValueExpressionInput exact: SearchAnyValueExpressionInput + fuzzy: SearchFuzzyExpressionInput } "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta" diff --git a/references.txt b/references.txt index 5288f0bc05..d052551a3d 100644 --- a/references.txt +++ b/references.txt @@ -526,3 +526,4 @@ e921ea18a854a9c4b81c525fee76e8c545fd107d f634f1e67f3797c2a2bad4c702f13c580fd02177 aa83bf0cb2747feefa757d96d5896ba52d05392e 8dc063712795ebccb829b2753af8d6a4c8c1f353 +bb59c72e09951d391e013c3784ffba3fc5876bc3