|
48 | 48 | "@types/express-serve-static-core" "*"
|
49 | 49 | "@types/serve-static" "*"
|
50 | 50 |
|
| 51 | +"@types/graphql-deduplicator@^2.0.0": |
| 52 | + version "2.0.0" |
| 53 | + resolved "https://registry.yarnpkg.com/@types/graphql-deduplicator/-/graphql-deduplicator-2.0.0.tgz#9e577b8f3feb3d067b0ca756f4a1fb356d533922" |
| 54 | + |
51 | 55 |
|
52 | 56 | version "0.12.6"
|
53 | 57 | resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.12.6.tgz#3d619198585fcabe5f4e1adfb5cf5f3388c66c13"
|
|
471 | 475 | lodash "^4.17.4"
|
472 | 476 | minimatch "^3.0.4"
|
473 | 477 |
|
| 478 | +graphql-deduplicator@^2.0.1: |
| 479 | + version "2.0.1" |
| 480 | + resolved "https://registry.yarnpkg.com/graphql-deduplicator/-/graphql-deduplicator-2.0.1.tgz#20c6b39e3a6f096b46dfc8491432818739c0ee37" |
| 481 | + |
474 | 482 | graphql-extensions@^0.0.x:
|
475 | 483 | version "0.0.5"
|
476 | 484 | resolved "https://registry.yarnpkg.com/graphql-extensions/-/graphql-extensions-0.0.5.tgz#63bc4a3fd31aab12bfadf783cbc038a9a6937cf0"
|
@@ -547,13 +555,14 @@ graphql-tools@^2.23.1:
|
547 | 555 | iterall "^1.1.3"
|
548 | 556 | uuid "^3.1.0"
|
549 | 557 |
|
550 |
| -graphql-yoga@1.12.1: |
551 |
| - version "1.12.1" |
552 |
| - resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.12.1.tgz#75959677f7fa9b391eb878fef64306ff346d0a7a" |
| 558 | +graphql-yoga@1.13.0: |
| 559 | + version "1.13.0" |
| 560 | + resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-1.13.0.tgz#b89061a5e1c147de290b1ada480b5276e5db880e" |
553 | 561 | dependencies:
|
554 | 562 | "@types/cors" "^2.8.4"
|
555 | 563 | "@types/express" "^4.11.1"
|
556 | 564 | "@types/graphql" "^0.13.0"
|
| 565 | + "@types/graphql-deduplicator" "^2.0.0" |
557 | 566 | "@types/zen-observable" "^0.5.3"
|
558 | 567 | apollo-server-express "^1.3.6"
|
559 | 568 | apollo-server-lambda "1.3.6"
|
|
563 | 572 | cors "^2.8.4"
|
564 | 573 | express "^4.16.3"
|
565 | 574 | graphql "^0.11.0 || ^0.12.0 || ^0.13.0"
|
| 575 | + graphql-deduplicator "^2.0.1" |
566 | 576 | graphql-import "^0.5.0"
|
567 | 577 | graphql-middleware "^1.1.0"
|
568 | 578 | graphql-playground-middleware-express "1.6.1"
|
|
0 commit comments