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 7dd7812 commit bb4b617Copy full SHA for bb4b617
website/pages/docs/getting-started.mdx
@@ -58,7 +58,7 @@ graphql({
58
</Tabs.Tab>
59
<Tabs.Tab>
60
```javascript
61
-const { graphql, GraphQLSchema, GraphQLObjectType } = require('graphql');
+const { graphql, GraphQLSchema, GraphQLObjectType, GraphQLString } = require('graphql');
62
63
// Construct a schema
64
const schema = new GraphQLSchema({
0 commit comments