|
44 | 44 | "@types/express-serve-static-core" "*" |
45 | 45 | "@types/serve-static" "*" |
46 | 46 |
|
| 47 | +"@types/graphql-deduplicator@^2.0.0": |
| 48 | + version "2.0.0" |
| 49 | + resolved "https://registry.yarnpkg.com/@types/graphql-deduplicator/-/graphql-deduplicator-2.0.0.tgz#9e577b8f3feb3d067b0ca756f4a1fb356d533922" |
| 50 | + |
47 | 51 | "@types/graphql@^0.13.0": |
48 | 52 | version "0.13.0" |
49 | 53 | resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.13.0.tgz#78a33a7f429a06a64714817d9130d578e0f35ecb" |
|
485 | 489 | lodash "^4.17.4" |
486 | 490 | minimatch "^3.0.4" |
487 | 491 |
|
| 492 | +graphql-deduplicator@^2.0.1: |
| 493 | + version "2.0.1" |
| 494 | + resolved "https://registry.yarnpkg.com/graphql-deduplicator/-/graphql-deduplicator-2.0.1.tgz#20c6b39e3a6f096b46dfc8491432818739c0ee37" |
| 495 | + |
488 | 496 | graphql-extensions@^0.0.x: |
489 | 497 | version "0.0.5" |
490 | 498 | resolved "https://registry.yarnpkg.com/graphql-extensions/-/graphql-extensions-0.0.5.tgz#63bc4a3fd31aab12bfadf783cbc038a9a6937cf0" |
@@ -575,13 +583,14 @@ graphql-tools@^2.23.1: |
575 | 583 | iterall "^1.1.3" |
576 | 584 | uuid "^3.1.0" |
577 | 585 |
|
578 | | -graphql-yoga@1.12.1: |
579 | | - version "1.12.1" |
580 | | - resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.12.1.tgz#75959677f7fa9b391eb878fef64306ff346d0a7a" |
| 586 | +graphql-yoga@1.13.0: |
| 587 | + version "1.13.0" |
| 588 | + resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.13.0.tgz#b89061a5e1c147de290b1ada480b5276e5db880e" |
581 | 589 | dependencies: |
582 | 590 | "@types/cors" "^2.8.4" |
583 | 591 | "@types/express" "^4.11.1" |
584 | 592 | "@types/graphql" "^0.13.0" |
| 593 | + "@types/graphql-deduplicator" "^2.0.0" |
585 | 594 | "@types/zen-observable" "^0.5.3" |
586 | 595 | apollo-server-express "^1.3.6" |
587 | 596 | apollo-server-lambda "1.3.6" |
|
591 | 600 | cors "^2.8.4" |
592 | 601 | express "^4.16.3" |
593 | 602 | graphql "^0.11.0 || ^0.12.0 || ^0.13.0" |
| 603 | + graphql-deduplicator "^2.0.1" |
594 | 604 | graphql-import "^0.5.0" |
595 | 605 | graphql-middleware "^1.1.0" |
596 | 606 | graphql-playground-middleware-express "1.6.1" |
|
0 commit comments