Skip to content

Commit ed26fd6

Browse files
authored
Merge pull request graphql#340 from bdougie/patch-1
adds GraphQLList to the imports when mentioned
2 parents 3694785 + 506c14a commit ed26fd6

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)