graphql reset password return type
This commit is contained in:
@@ -172,7 +172,7 @@ function registerUser() {
|
||||
};
|
||||
|
||||
this.Mutation.fields.resetPassword = {
|
||||
type: this.User.graphQL.type,
|
||||
type: GraphQLString,
|
||||
args: {
|
||||
token: { type: GraphQLString },
|
||||
password: { type: GraphQLString },
|
||||
|
||||
Reference in New Issue
Block a user