Skip to content

Commit

Permalink
Merge pull request #124 from vtex-apps/feature/add-new-rnb-field
Browse files Browse the repository at this point in the history
Feature/add new rnb field
  • Loading branch information
RodrigoTadeuF authored Jun 2, 2023
2 parents ab8e20e + 1157de6 commit ff661b0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Added
- `generalValues` to `product` query.

## [0.52.0] - 2023-04-25

### Added
Expand Down
6 changes: 6 additions & 0 deletions graphql/types/Product.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,12 @@ type Teaser {
name: String
conditions: TeaserCondition
effects: TeaserEffects
generalValues: [GeneralValueTeaser]
}

type GeneralValueTeaser {
key: String
value: String
}

type TeaserCondition {
Expand Down

0 comments on commit ff661b0

Please sign in to comment.