Skip to content

Commit fdc5f61

Browse files
committed
Update express-graphql and graphql packages
1 parent 4ec95d7 commit fdc5f61

File tree

3 files changed

+20
-19
lines changed

3 files changed

+20
-19
lines changed

package-lock.json

Lines changed: 17 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"@types/body-parser": "1.19.0",
3636
"@types/classnames": "2.2.10",
3737
"@types/cors": "2.8.6",
38-
"@types/express": "4.17.6",
3938
"@types/faker": "5.5.0",
4039
"@types/react": "16.9.35",
4140
"@types/react-dom": "16.9.8",
@@ -64,9 +63,9 @@
6463
"chalk": "4.0.0",
6564
"cors": "2.8.5",
6665
"express": "4.17.1",
67-
"express-graphql": "0.10.2",
66+
"express-graphql": "0.12.0",
6867
"faker": "5.5.2",
69-
"graphql": "14.5.8",
68+
"graphql": "14.7.0",
7069
"graphql-voyager": "1.0.0-rc.31",
7170
"moment": "2.26.0",
7271
"node-fetch": "2.6.0",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ function runServer(
113113
typeResolver: fakeTypeResolver,
114114
fieldResolver: fakeFieldResolver,
115115
customExecuteFn,
116-
graphiql: true,
116+
graphiql: { headerEditorEnabled: true },
117117
})),
118118
);
119119

0 commit comments

Comments
 (0)