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"
@@ -2126,6 +2130,10 @@ graphql-config@2.0.1, graphql-config@^2.0.1:
21262130 lodash "^4.17.4"
21272131 minimatch "^3.0.4"
21282132
2133+ graphql-deduplicator@^2.0.1 :
2134+ version "2.0.1"
2135+ resolved "https://registry.yarnpkg.com/graphql-deduplicator/-/graphql-deduplicator-2.0.1.tgz#20c6b39e3a6f096b46dfc8491432818739c0ee37"
2136+
21292137graphql-extensions@^0.0.x :
21302138 version "0.0.7"
21312139 resolved "https://registry.yarnpkg.com/graphql-extensions/-/graphql-extensions-0.0.7.tgz#807e7c3493da45e8f8fd02c0da771a9b3f1f2d1a"
@@ -2239,13 +2247,14 @@ graphql-tools@^2.23.1:
22392247 iterall "^1.1.3"
22402248 uuid "^3.1.0"
22412249
2242- graphql-yoga@1.12.1 :
2243- version "1.12.1 "
2244- resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.12.1 .tgz#75959677f7fa9b391eb878fef64306ff346d0a7a "
2250+ graphql-yoga@1.13.0 :
2251+ version "1.13.0 "
2252+ resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.13.0 .tgz#b89061a5e1c147de290b1ada480b5276e5db880e "
22452253 dependencies :
22462254 " @types/cors" " ^2.8.4"
22472255 " @types/express" " ^4.11.1"
22482256 " @types/graphql" " ^0.13.0"
2257+ " @types/graphql-deduplicator" " ^2.0.0"
22492258 " @types/zen-observable" " ^0.5.3"
22502259 apollo-server-express "^1.3.6"
22512260 apollo-server-lambda "1.3.6"
@@ -2255,6 +2264,7 @@ graphql-yoga@1.12.1:
22552264 cors "^2.8.4"
22562265 express "^4.16.3"
22572266 graphql "^0.11.0 || ^0.12.0 || ^0.13.0"
2267+ graphql-deduplicator "^2.0.1"
22582268 graphql-import "^0.5.0"
22592269 graphql-middleware "^1.1.0"
22602270 graphql-playground-middleware-express "1.6.1"
0 commit comments