From 54287b6864eb22d594c9fc3d1207e0977747cebf Mon Sep 17 00:00:00 2001 From: Julia Braz Date: Thu, 22 Jun 2023 17:47:38 -0300 Subject: [PATCH] Change version --- CHANGELOG.md | 4 ++++ react/mutations/saveAppSettings.gql | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d6067c3..f85609ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Fixed + +- Change provider version to mutation SaveAppSettings + ## [1.11.1] - 2023-03-30 ### Fixed diff --git a/react/mutations/saveAppSettings.gql b/react/mutations/saveAppSettings.gql index 7f7d19e8..5ea64953 100644 --- a/react/mutations/saveAppSettings.gql +++ b/react/mutations/saveAppSettings.gql @@ -3,7 +3,7 @@ mutation SaveAppSettings($version: String, $settings: String) { app: "vtex.availability-notify" settings: $settings version: $version - ) @context(provider: "vtex.apps-graphql") { + ) @context(provider: "vtex.apps-graphql@3.x") { message } }