Skip to content

Commit ba23cb5

Browse files
authored
Merge pull request #60 from weslybrandao/feature/new-field-fragment
2 parents 7f3a9e2 + d772e5c commit ba23cb5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
### Added
10+
- Field `parentItemIndex` to `OrderFormFragment` fragment.
911

1012
## [0.39.0] - 2020-12-01
1113
### Added

react/fragments/item.graphql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ fragment ItemFragment on Item {
1717
...BundleItemFragment
1818
}
1919
parentAssemblyBinding
20+
parentItemIndex
2021
sellingPriceWithAssemblies
2122
options {
2223
assemblyId

0 commit comments

Comments
 (0)