Skip to content

Commit

Permalink
Merge pull request #72 from filafb/feat/item-isGift
Browse files Browse the repository at this point in the history
  • Loading branch information
wdsrocha authored Apr 12, 2021
2 parents 40692c9 + 29cdd6f commit 4f1953d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
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
- Property `isGift` to `Item` fragment.

## [0.44.0] - 2021-04-05

### Added
Expand Down
1 change: 1 addition & 0 deletions react/fragments/item.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,5 @@ fragment ItemFragment on Item {
matchedParameters
}
}
isGift
}
2 changes: 1 addition & 1 deletion react/mutations/updateItems.graphql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# import '../fragments/orderForm.graphql'

mutation updateItems(
$orderItems: [ItemInput]
$orderItems: [ItemInput]
$allowedOutdatedData: [String!]
) {
updateItems(
Expand Down

0 comments on commit 4f1953d

Please sign in to comment.