We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f3a9e2 + d772e5c commit ba23cb5Copy full SHA for ba23cb5
CHANGELOG.md
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
## [Unreleased]
9
+### Added
10
+- Field `parentItemIndex` to `OrderFormFragment` fragment.
11
12
## [0.39.0] - 2020-12-01
13
### Added
react/fragments/item.graphql
@@ -17,6 +17,7 @@ fragment ItemFragment on Item {
17
...BundleItemFragment
18
}
19
parentAssemblyBinding
20
+ parentItemIndex
21
sellingPriceWithAssemblies
22
options {
23
assemblyId
0 commit comments