ensures reset password sends back a new user

This commit is contained in:
James
2020-10-01 14:57:59 -04:00
parent 96c1362a5d
commit 3359cd4e9b
5 changed files with 15 additions and 7 deletions

View File

@@ -73,7 +73,7 @@ class InitializeGraphQL {
}
if (typeof this.config.graphQL.mutations === 'function') {
const customMutations = this.config.graphQL.mutations(this);
const customMutations = this.config.graphQL.mutations(GraphQL, this);
this.Mutation = {
...this.Mutation,
fields: {