nicolaslopezj / meteor-apollo-accounts

Meteor accounts in GraphQL
MIT License
145 stars 35 forks source link

Breaks more complex GraphQL schemas #50

Closed csillag closed 7 years ago

csillag commented 7 years ago

This package currently depends on graphql-loader, but that package has an issue (https://github.com/orionsoft/graphql-loader/issues/4) which makes that package unusable with some GraphQL schemas.

Because of this, trying to introduce apollo-accounts to our project is impossible right now.

csillag commented 7 years ago

I have a PR to fix this (and another) problem (see https://github.com/orionsoft/graphql-loader/pull/6); meanwhile I will just use my fork.

nicolaslopezj commented 7 years ago

Fixed now