Skip to content

Commit e65e17d

Browse files
ElForasteroMikk Mihkel Nurges
authored andcommitted
Fix error in docs (#146)
1 parent b041a67 commit e65e17d

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
@@ -364,7 +364,7 @@ class UpdateUserEmailMutation extends Mutation
364364
{
365365
return [
366366
'id' => ['name' => 'id', 'type' => Type::string()],
367-
'email' => ['name' => 'password', 'type' => Type::string()]
367+
'email' => ['name' => 'email', 'type' => Type::string()]
368368
];
369369
}
370370

0 commit comments

Comments
 (0)