Skip to content

Commit

Permalink
Merge pull request #242 from vtex-apps/fix/missing-field
Browse files Browse the repository at this point in the history
Add productClusters and spotPrice to productRecommendations
  • Loading branch information
Breno Calazans authored Sep 22, 2020
2 parents f54904f + 4d636d6 commit 8b1bdc9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- `productClusters` and `spotPrice` to `productRecommendations` query.

## [1.43.1] - 2020-09-17
### Security
Expand Down
13 changes: 9 additions & 4 deletions react/queries/productRecommendations.gql
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,16 @@ query ProductRecommendations(
NumberOfInstallments
Name
}
Price
AvailableQuantity
CacheVersionUsedToCallCheckout
ListPrice
Price
PriceValidUntil
PriceWithoutDiscount
RewardValue
PriceValidUntil
AvailableQuantity
spotPrice
Tax
taxPercentage
CacheVersionUsedToCallCheckout
teasers {
name
}
Expand All @@ -93,6 +94,10 @@ query ProductRecommendations(
}
}
}
productClusters {
id
name
}
properties {
name
values
Expand Down

0 comments on commit 8b1bdc9

Please sign in to comment.