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