We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d711c13 + 5446c04 commit 4b1b277Copy full SHA for 4b1b277
Readme.md
@@ -273,7 +273,7 @@ class UsersQuery extends Query {
273
274
public function type()
275
{
276
- return Type::listOf(GraphQL::type('user'));
+ return Type::listOf(GraphQL::type('User'));
277
}
278
279
public function args()
@@ -360,7 +360,7 @@ class UpdateUserPasswordMutation extends Mutation {
360
361
362
363
- return GraphQL::type('user');
+ return GraphQL::type('User');
364
365
366
0 commit comments