Skip to content

Commit 20ad1a8

Browse files
committed
Merge pull request #160 from chentsulin/patch-1
clarify String => GraphQLString in comment
2 parents 0800c34 + a475d33 commit 20ad1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/type/definition.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@ export class GraphQLList {
10041004
* var RowType = new GraphQLObjectType({
10051005
* name: 'Row',
10061006
* fields: () => ({
1007-
* id: { type: new GraphQLNonNull(String) },
1007+
* id: { type: new GraphQLNonNull(GraphQLString) },
10081008
* })
10091009
* })
10101010
*

0 commit comments

Comments
 (0)