6767 " @types/express-serve-static-core" " *"
6868 " @types/serve-static" " *"
6969
70+ " @types/graphql-deduplicator@^2.0.0 " :
71+ version "2.0.0"
72+ resolved "https://registry.yarnpkg.com/@types/graphql-deduplicator/-/graphql-deduplicator-2.0.0.tgz#9e577b8f3feb3d067b0ca756f4a1fb356d533922"
73+
7074" @types/graphql@^0.13.0 " :
7175 version "0.13.0"
7276 resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.13.0.tgz#78a33a7f429a06a64714817d9130d578e0f35ecb"
@@ -2136,6 +2140,10 @@ graphql-config@2.0.1, graphql-config@^2.0.1:
21362140 lodash "^4.17.4"
21372141 minimatch "^3.0.4"
21382142
2143+ graphql-deduplicator@^2.0.1 :
2144+ version "2.0.1"
2145+ resolved "https://registry.yarnpkg.com/graphql-deduplicator/-/graphql-deduplicator-2.0.1.tgz#20c6b39e3a6f096b46dfc8491432818739c0ee37"
2146+
21392147graphql-extensions@^0.0.x :
21402148 version "0.0.7"
21412149 resolved "https://registry.yarnpkg.com/graphql-extensions/-/graphql-extensions-0.0.7.tgz#807e7c3493da45e8f8fd02c0da771a9b3f1f2d1a"
@@ -2255,13 +2263,14 @@ graphql-tools@^2.23.1:
22552263 iterall "^1.1.3"
22562264 uuid "^3.1.0"
22572265
2258- graphql-yoga@1.12.1 :
2259- version "1.12.1 "
2260- resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.12.1 .tgz#75959677f7fa9b391eb878fef64306ff346d0a7a "
2266+ graphql-yoga@1.13.0 :
2267+ version "1.13.0 "
2268+ resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.13.0 .tgz#b89061a5e1c147de290b1ada480b5276e5db880e "
22612269 dependencies :
22622270 " @types/cors" " ^2.8.4"
22632271 " @types/express" " ^4.11.1"
22642272 " @types/graphql" " ^0.13.0"
2273+ " @types/graphql-deduplicator" " ^2.0.0"
22652274 " @types/zen-observable" " ^0.5.3"
22662275 apollo-server-express "^1.3.6"
22672276 apollo-server-lambda "1.3.6"
@@ -2271,6 +2280,7 @@ graphql-yoga@1.12.1:
22712280 cors "^2.8.4"
22722281 express "^4.16.3"
22732282 graphql "^0.11.0 || ^0.12.0 || ^0.13.0"
2283+ graphql-deduplicator "^2.0.1"
22742284 graphql-import "^0.5.0"
22752285 graphql-middleware "^1.1.0"
22762286 graphql-playground-middleware-express "1.6.1"
0 commit comments