Skip to content

Commit

Permalink
Removes facets args
Browse files Browse the repository at this point in the history
  • Loading branch information
vwraposo authored and jgfidelis committed Nov 7, 2019
1 parent 4bc6d14 commit 73e5a72
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions react/queries/productSearchNoSimulations.gql
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
query search(
$query: String
$map: String
$facetQuery: String
$facetMap: String
$orderBy: String
$priceRange: String
$from: Int
$to: Int
$withFacets: Boolean = true
) {
productSearchNoSimulations (
query: $query
Expand Down

0 comments on commit 73e5a72

Please sign in to comment.