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 c5a95ed commit a371732Copy full SHA for a371732
site/code/index.html.js
@@ -275,7 +275,7 @@ Then run \`node server.js\` with this code in \`server.js\`:
275
276
\`\`\`js
277
var express = require('express');
278
-var graphqlHTTP = require('express-graphql');
+var { graphqlHTTP } = require('express-graphql');
279
var { buildSchema } = require('graphql');
280
281
var schema = buildSchema(\`
0 commit comments