Skip to content

Commit bb59c72

Browse files
committed
Updated API from documentation release
1 parent 61c587e commit bb59c72

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

api-specs/graphql/schema.sdl

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"

0 commit comments

Comments
 (0)