Skip to content

Commit

Permalink
revert searchmetadata change
Browse files Browse the repository at this point in the history
  • Loading branch information
jgfidelis committed Nov 1, 2019
1 parent 7945c60 commit de9d04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ type Query {
Defines terms types: Brand, Category, Department e.g.: c,b
"""
map: String = ""
): SearchMetadata @cacheControl(scope: PUBLIC, maxAge: MEDIUM) @withSegment
): SearchMetadata @cacheControl(scope: SEGMENT, maxAge: SHORT) @withSegment

"""
Returns products list filtered and ordered
Expand Down

0 comments on commit de9d04d

Please sign in to comment.