We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e489e commit c5a95edCopy full SHA for c5a95ed
site/graphql-js/Tutorial-ExpressGraphQL.md
@@ -17,7 +17,7 @@ Let's modify our “hello world” example so that it's an API server rather tha
17
18
```javascript
19
var express = require('express');
20
-var graphqlHTTP = require('express-graphql');
+var { graphqlHTTP } = require('express-graphql');
21
var { buildSchema } = require('graphql');
22
23
// Construct a schema, using GraphQL schema language
0 commit comments