diff --git a/package.json b/package.json index 6f4777e..bc09f10 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "wrappingStyle": "prettier" }, "peerDependencies": { - "graphql": "^15.0.0", + "graphql": "^15.0.0 || ^16.0.0", "nexus": "^1.0.0" } } diff --git a/yarn.lock b/yarn.lock index 3d22ebc..718b09e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5113,7 +5113,7 @@ fsevents@^2.3.2: typescript-snapshots-plugin: 1.7.0 typescript-transform-paths: 3.3.1 peerDependencies: - graphql: ^15.0.0 + graphql: ^15.0.0 || ^16.0.0 nexus: ^1.0.0 languageName: unknown linkType: soft