Skip to content

Commit 4a47454

Browse files
committed
build(codegen): updating SDK
1 parent 06b778a commit 4a47454

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

commercetools/commercetools-graphql-api/src/main/resources/graphql/schema.graphqls

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12242,13 +12242,18 @@ enum SearchFieldType {
1224212242

1224312243
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1224412244
input SearchFilterExpressionInput {
12245+
and: [SearchQueryInput!]
12246+
or: [SearchQueryInput!]
12247+
not: [SearchQueryInput!]
12248+
filter: [SearchQueryInput!]
1224512249
range: SearchQueryRangeExpressionInput
1224612250
fullText: SearchFullTextExpressionInput
1224712251
fullTextPrefix: SearchFullTextPrefixInput
1224812252
exists: SearchExistsInput
1224912253
prefix: SearchAnyValueExpressionInput
1225012254
wildcard: SearchAnyValueExpressionInput
1225112255
exact: SearchAnyValueExpressionInput
12256+
fuzzy: SearchFuzzyExpressionInput
1225212257
}
1225312258

1225412259
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,3 +526,4 @@ e921ea18a854a9c4b81c525fee76e8c545fd107d
526526
f634f1e67f3797c2a2bad4c702f13c580fd02177
527527
aa83bf0cb2747feefa757d96d5896ba52d05392e
528528
8dc063712795ebccb829b2753af8d6a4c8c1f353
529+
bb59c72e09951d391e013c3784ffba3fc5876bc3

0 commit comments

Comments
 (0)