From 67a1e91e09d76b0aee63a69eff8e8be148a2f488 Mon Sep 17 00:00:00 2001 From: Hiago Lucas Cardeal de Melo Silva Date: Wed, 18 May 2022 10:14:56 -0300 Subject: [PATCH] remove duplicated directives --- CHANGELOG.md | 3 +++ graphql/directives.graphql | 9 --------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c20e1b..af2382d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/graphql/directives.graphql b/graphql/directives.graphql index 24a3be9..f461431 100644 --- a/graphql/directives.graphql +++ b/graphql/directives.graphql @@ -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