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 bb4b617 commit 49ffb53Copy full SHA for 49ffb53
website/pages/docs/running-an-express-graphql-server.mdx
@@ -49,7 +49,7 @@ console.log('Running a GraphQL API server at http://localhost:4000/graphql');
49
</Tabs.Tab>
50
<Tabs.Tab>
51
```javascript
52
-const { GraphQLObjectType, GraphQLSchema } = require('graphql');
+const { GraphQLObjectType, GraphQLSchema, GraphQLString } = require('graphql');
53
const { createHandler } = require('graphql-http/lib/use/express');
54
const express = require('express');
55
0 commit comments