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.
2 parents a9312f7 + a4c4f66 commit bae04ccCopy full SHA for bae04cc
site/graphql-js/Tutorial-PassingArguments.md
@@ -58,7 +58,7 @@ The entire code for a server that hosts this `rollDice` API is:
58
59
```javascript
60
var express = require('express');
61
-var graphqlHTTP = require('express-graphql');
+var { graphqlHTTP } = require('express-graphql');
62
var { buildSchema } = require('graphql');
63
64
// Construct a schema, using GraphQL schema language
0 commit comments