Skip to content

Commit 49ffb53

Browse files
authored
Update running-an-express-graphql-server.mdx
1 parent bb4b617 commit 49ffb53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/pages/docs/running-an-express-graphql-server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ console.log('Running a GraphQL API server at http://localhost:4000/graphql');
4949
</Tabs.Tab>
5050
<Tabs.Tab>
5151
```javascript
52-
const { GraphQLObjectType, GraphQLSchema } = require('graphql');
52+
const { GraphQLObjectType, GraphQLSchema, GraphQLString } = require('graphql');
5353
const { createHandler } = require('graphql-http/lib/use/express');
5454
const express = require('express');
5555

0 commit comments

Comments
 (0)