Skip to content

Commit 07aa50f

Browse files
committed
Updated API from documentation release
1 parent 9bf0ac8 commit 07aa50f

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

api-specs/graphql/schema.sdl

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12123,8 +12123,7 @@ input SearchQueryRangeExpressionInput {
1212312123
float: SearchNumberRangeExpressionInput
1212412124
}
1212512125

12126-
"BETA: This feature can be subject to change and should be used carefully in production.
12127-
https://docs.commercetools.com/api/contract#public-beta"
12126+
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1212812127
enum SearchSortMode {
1212912128
"Minimum value."
1213012129
min
@@ -12139,8 +12138,7 @@ enum SearchSortMode {
1213912138
sum
1214012139
}
1214112140

12142-
"BETA: This feature can be subject to change and should be used carefully in production.
12143-
https://docs.commercetools.com/api/contract#public-beta"
12141+
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1214412142
enum SearchSortOrder {
1214512143
"Ascending order."
1214612144
asc
@@ -12149,8 +12147,7 @@ enum SearchSortOrder {
1214912147
desc
1215012148
}
1215112149

12152-
"BETA: This feature can be subject to change and should be used carefully in production.
12153-
https://docs.commercetools.com/api/contract#public-beta"
12150+
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1215412151
input SearchSortingInput {
1215512152
field: String!
1215612153
language: String
@@ -12160,8 +12157,7 @@ input SearchSortingInput {
1216012157
filter: SearchFilterExpressionInput
1216112158
}
1216212159

12163-
"BETA: This feature can be subject to change and should be used carefully in production.
12164-
https://docs.commercetools.com/api/contract#public-beta"
12160+
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1216512161
input SearchTimeRangeExpressionInput {
1216612162
field: String!
1216712163
boost: Float

0 commit comments

Comments
 (0)