-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Fix import of express-graphql #899
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Fixed a bug, It might be a typo.
Fixed a typo bug.
Fixed a typo bug
Fixed a typo bug.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking care @RitikDua 💫
My only suggestion would be to add spaces between the graphqlHTTP and the brackets (ie { graphqlHTTP }
instead of the existing {graphqlHTTP}
) to keep the style consistent with the other imports.
Pinging @IvanGoncharov - this PR is similar to #905, but updates more instances of the import error. Also closes #895.
Thanks @carolstran for reviewing it and i also completed the changes you suggested,. |
Fixed a syntax error during the destruction of function "graphqlHTTP".