nicolaslopezj / meteor-apollo-accounts

Meteor accounts in GraphQL
MIT License
146 stars 37 forks source link

GraphQL error: Unknown type "HashedPassword" #79

Closed muninn9 closed 6 years ago

muninn9 commented 6 years ago

After evoking the changePassword method from the client I'm receiving the following error:

Uncaught (in promise) Error: GraphQL error: Unknown type "HashedPassword". GraphQL error: Unknown type "HashedPassword". GraphQL error: Cannot query field "changePassword" on type "Mutation". at new ApolloError (modules.js:62329) at modules.js:63052 at meteor.js:1105 at anonymous

I'm confused because no where is the type HashedPassword defined in the package source code. Should I be defining it myself or is there something else I'm missing? I got a similar error message for all of the other methods as well.