diff --git a/examples/graphql/package.json b/examples/graphql/package.json index eb8ea2efc..1246f965c 100644 --- a/examples/graphql/package.json +++ b/examples/graphql/package.json @@ -30,7 +30,8 @@ "express-graphql": "^0.6.12", "graphql": "^0.13.2", "graphql-tag": "^2.9.1", - "graphql-tools": "^2.24.0" + "graphql-tools": "^2.24.0", + "node-fetch": "^2.2.0" }, "devDependencies": { "@types/mocha": "^2.2.41",