Skip to content

Commit

Permalink
Merge pull request #187 from vtex-apps/feat/specification
Browse files Browse the repository at this point in the history
add specification groups to products query
  • Loading branch information
jgfidelis committed Oct 3, 2019
2 parents 98c2df5 + cb99ea1 commit 15e4a83
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
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
- specificationGroup resolvers to products query.

## [1.30.2] - 2019-10-02
### Fixed
Expand Down
7 changes: 7 additions & 0 deletions react/queries/productsQuery.gql
Expand Up @@ -25,6 +25,13 @@ query Products(
linkText
brand
brandId
specificationGroups {
name
specifications {
name
values
}
}
items {
name
itemId
Expand Down

0 comments on commit 15e4a83

Please sign in to comment.