Skip to content

Commit 4b1b277

Browse files
committed
2 parents d711c13 + 5446c04 commit 4b1b277

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ class UsersQuery extends Query {
273273

274274
public function type()
275275
{
276-
return Type::listOf(GraphQL::type('user'));
276+
return Type::listOf(GraphQL::type('User'));
277277
}
278278

279279
public function args()
@@ -360,7 +360,7 @@ class UpdateUserPasswordMutation extends Mutation {
360360

361361
public function type()
362362
{
363-
return GraphQL::type('user');
363+
return GraphQL::type('User');
364364
}
365365

366366
public function args()

0 commit comments

Comments
 (0)