nicolaslopezj / meteor-apollo-accounts

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

addEmail and removeEmail Mutations #63

Open joncursi opened 7 years ago

joncursi commented 7 years ago

My user account system relies on the fact that users can have more than one email address. I noticed that this package is missing support for some of the core Meteor APIs:

Are these on the roadmap to be added?