Releases: vtex-apps/store-graphql
Releases · vtex-apps/store-graphql
v2.99.0
Added
- Add
priceTables
toSessionProfile
.
v2.98.2
Fixed
- Fix issue where Offer resolver was not being applied.
v2.98.0
Added
additionalData
inconnectorResponses
inorder
.
v2.97.1
Fixed
- Bug on fetching price of assembly options, on some corner cases of assembly tree building.
v2.97.0
Added
- Capability of adding recursive assembly options on addItems mutation.
Fixed
- Check only on recently added items to add assembly options, preventing to add options to wrong father.
v2.96.0
Added
- Field
producRefId
toOrderFormItem
. - Field
productCategories
toOrderFormItem
. - Field
additionalInfo
toOrderFormItem
.
v2.95.0
Fixed
listsByOwner
query not returning the list information updated.
v2.94.0
Fixed
- Add
giftSkuIds
field to theOffer
schema
v2.93.2
Added
- Code improvement. More types in Checkout files.
Fixed
- Remove assembly option client method: send delete body correctly.
v2.93.1
Fixed
- Avoid breaking call to
updateOrderFormMarketingData
ifmarketingTags
isnull
.