Skip to content

Commit a4f238d

Browse files
Updated GraphQL schema
1 parent 0b1cc05 commit a4f238d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

api-specs/graphql/schema.sdl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ BETA: This feature can be subject to change and should be used carefully in prod
7272
"""
7373
type ProductSearchFacetResultStats implements ProductSearchFacetResult {
7474
name: String!
75-
min: Json!
76-
max: Json!
75+
min: Json
76+
max: Json
7777
mean: Json
7878
sum: Json
7979
count: Long!

0 commit comments

Comments
 (0)