---
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
mutation ResetPassword($newPassword: String!, $token: String!) {
|
||||
resetPassword(newPassword: $newPassword, token: $token) {
|
||||
errors {
|
||||
...RegularError
|
||||
}
|
||||
message
|
||||
messageType
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user