Skip to content

Commit

Permalink
Update express-graphql and graphql packages
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Apr 7, 2021
1 parent 4ec95d7 commit fdc5f61
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 19 deletions.
32 changes: 17 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"@types/body-parser": "1.19.0",
"@types/classnames": "2.2.10",
"@types/cors": "2.8.6",
"@types/express": "4.17.6",
"@types/faker": "5.5.0",
"@types/react": "16.9.35",
"@types/react-dom": "16.9.8",
Expand Down Expand Up @@ -64,9 +63,9 @@
"chalk": "4.0.0",
"cors": "2.8.5",
"express": "4.17.1",
"express-graphql": "0.10.2",
"express-graphql": "0.12.0",
"faker": "5.5.2",
"graphql": "14.5.8",
"graphql": "14.7.0",
"graphql-voyager": "1.0.0-rc.31",
"moment": "2.26.0",
"node-fetch": "2.6.0",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function runServer(
typeResolver: fakeTypeResolver,
fieldResolver: fakeFieldResolver,
customExecuteFn,
graphiql: true,
graphiql: { headerEditorEnabled: true },
})),
);

Expand Down

0 comments on commit fdc5f61

Please sign in to comment.