Skip to content

Commit

Permalink
Merge pull request #118 from vtex-apps/bugfix/remove-duplicated-direc…
Browse files Browse the repository at this point in the history
…tives

remove duplicated directives
  • Loading branch information
hiagolcm authored May 18, 2022
2 parents 12927d4 + 67a1e91 commit 1f0eae8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 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]

### Fixed
- Remove duplicated directives

## [0.48.1] - 2022-05-16

### Added
Expand Down
9 changes: 0 additions & 9 deletions graphql/directives.graphql
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
directive @withSegment on FIELD_DEFINITION

directive @toVtexAssets on FIELD_DEFINITION

directive @translatableV2(
behavior: String
) on FIELD_DEFINITION

directive @cacheControl(
maxAge: Int
scope: String
) on FIELD_DEFINITION

0 comments on commit 1f0eae8

Please sign in to comment.