Skip to content

Commit

Permalink
Merge pull request #175 from ExperimentalityLab/feature/add-modaltype
Browse files Browse the repository at this point in the history
ModalType prop added
  • Loading branch information
lucasecdb authored Mar 22, 2022
2 parents 1598b9c + 60e4628 commit 5762425
Show file tree
Hide file tree
Showing 2 changed files with 4 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](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added
- `modalType` props in graphql schema

## [0.65.1] - 2022-01-19
### Changed
- Update type for `priceTags.value` from `Int` to `Float`.
Expand Down
1 change: 1 addition & 0 deletions graphql/types/Item.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ type Item {
listPrice: Float
manualPrice: Float
measurementUnit: String
modalType: String
name: String @translatableV2
offerings: [Offering!]!
options: [AssemblyOptionType]
Expand Down

0 comments on commit 5762425

Please sign in to comment.