Skip to content

Commit bb4b617

Browse files
authored
Update getting-started.mdx
1 parent 7dd7812 commit bb4b617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/pages/docs/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ graphql({
5858
</Tabs.Tab>
5959
<Tabs.Tab>
6060
```javascript
61-
const { graphql, GraphQLSchema, GraphQLObjectType } = require('graphql');
61+
const { graphql, GraphQLSchema, GraphQLObjectType, GraphQLString } = require('graphql');
6262
6363
// Construct a schema
6464
const schema = new GraphQLSchema({

0 commit comments

Comments
 (0)