From 2e268b530307df4cc869541dac028ea9ade87bc9 Mon Sep 17 00:00:00 2001 From: Dane Pilcher Date: Thu, 17 Nov 2022 14:42:10 -0700 Subject: [PATCH] chore: set max graphql version (#737) --- packages/aws-appsync/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/aws-appsync/package.json b/packages/aws-appsync/package.json index 8aad6fb7..5c9765e0 100644 --- a/packages/aws-appsync/package.json +++ b/packages/aws-appsync/package.json @@ -40,6 +40,6 @@ "uuid": "3.x" }, "peerDependencies": { - "graphql": "0.13.0 || 14.x || 15.x" + "graphql": "0.13.0 || 14.x || 15.0.0 - 15.3.0" } }