ensures reset password sends back a new user
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user