diff --git a/types/graphql-relay/index.d.ts b/types/graphql-relay/index.d.ts index 67edfa3df0..0365db7096 100644 --- a/types/graphql-relay/index.d.ts +++ b/types/graphql-relay/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for graphql-relay 0.4 +// Type definitions for graphql-relay 0.6 // Project: https://github.com/graphql/graphql-relay-js // Definitions by: Arvitaly , nitintutlani , Grelinfo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/types/graphql-relay/package.json b/types/graphql-relay/package.json index 1e9e930126..56562fc9da 100644 --- a/types/graphql-relay/package.json +++ b/types/graphql-relay/package.json @@ -1,6 +1,6 @@ { "private": true, "dependencies": { - "graphql": "^14.5.3" + "graphql": "^14.5.3 || ^15.0.0" } }