graphql reset password return type

This commit is contained in:
Dan Ribbens
2020-04-23 13:44:00 -04:00
parent 9ee2679211
commit 7faa3400d5

View File

@@ -172,7 +172,7 @@ function registerUser() {
};
this.Mutation.fields.resetPassword = {
type: this.User.graphQL.type,
type: GraphQLString,
args: {
token: { type: GraphQLString },
password: { type: GraphQLString },