Skip to content

Commit

Permalink
Merge pull request #628 from vtex-apps/feature/add-isDisposable
Browse files Browse the repository at this point in the history
add `isDisposable` to address graphql
  • Loading branch information
Daniel Zanzini authored Aug 31, 2022
2 parents 3c9f795 + 4355e65 commit cc2fc77
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](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Added
- add `isDisposable` to the address graphql

## [2.155.32] - 2022-08-16
### Changed
- `withAuthMetrics` directive now logs 1 from 100 unauthorized requests
Expand Down
1 change: 1 addition & 0 deletions graphql/types/OrderForm.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ input OrderFormAddressInput {
complement: String
neighborhood: String
geoCoordinates: [Float]
isDisposable: Boolean
}

input OrderFormPaymentInput {
Expand Down

0 comments on commit cc2fc77

Please sign in to comment.