Skip to content

Commit

Permalink
add missing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jgfidelis committed Nov 7, 2019
1 parent eac3479 commit c54be78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion react/queries/productSearchNoSimulations.gql
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ query search(
$to: Int
$hideUnavailableItems: Boolean = false
) {
productSearchNoSimulations (
productSearchNoSimulations(
query: $query
map: $map
orderBy: $orderBy
priceRange: $priceRange
from: $from
to: $to
hideUnavailableItems: $hideUnavailableItems
) @context(provider: "vtex.search-graphql") {
products {
cacheId
Expand Down

0 comments on commit c54be78

Please sign in to comment.