Skip to content

Commit a475d33

Browse files
committed
clarify String => GraphQLString
1 parent 9afdada commit a475d33

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)