Skip to content

Commit d5dd412

Browse files
committed
Merge pull request #86 from adrianmacneil/patch-1
fix typo in readme
2 parents c3e53be + 5e03804 commit d5dd412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ let userType = new GraphQLObjectType({
7575
description: 'The name of the user.',
7676
},
7777
tasks: {
78-
type: GraphQLList(taskType),
78+
type: new GraphQLList(taskType),
7979
resolve: resolver(User.Tasks, {
8080
separate: true // load seperately, disables auto including - default: false
8181
})

0 commit comments

Comments
 (0)