nicolaslopezj / meteor-apollo-accounts

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

Client side package . How to set the fields for returning ? #98

Open brightchip opened 3 years ago

brightchip commented 3 years ago

Tried and I can only get 1 field with loginWIthPassword() in my vue app. Do i have to use apollo mutation to return custom fields i need like user data and token ?