nicolaslopezj / meteor-apollo-accounts

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

Remove dependency on graphql-loader #76

Closed dlredden closed 6 years ago

dlredden commented 6 years ago

I would love to use this in my project, but we don't use graphql-loader. It looks like one would be able to change initAccounts to return the typeDefs and resolvers for the caller to use in their project as they see fit. As it stands this projects forces a GraphQL implementation pattern which would be expected if this were a framework and not an auth wrapper.

macrozone commented 6 years ago

I saw graphql-loader here for the first time and i don't know why it is used. It seems not be used in the meteor apollo examples (but maybe i am wrong)

nicolaslopezj commented 6 years ago

Please make a pull request

acomito commented 5 years ago

What did you do here dlredden?

dlredden commented 5 years ago

I don't believe I ever got anything working and I moved on. The project I was working on stopped so I never had to complete the task.