Skip to content

Commit 506c14a

Browse files
authored
adds GraphQLList to the imports when mentioned
Noticed that GraphQLList was being used but not imported in the first example. Looking forward to using this example at work to as part of some research and development I am doing at work
1 parent 3694785 commit 506c14a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/blog/20160502-rest-api-graphql-wrapper.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Each field will consist of a return type, optional argument definitions, and a J
5151

5252
```js
5353
import {
54+
GraphQLList,
5455
GraphQLObjectType,
5556
GraphQLString,
5657
} from 'graphql';

0 commit comments

Comments
 (0)