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 a9312f7 commit a4c4f66Copy full SHA for a4c4f66
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