You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The readme still refers to meteor/nicolaslopezj:apollo-accounts, implying that this package is meant as a drop-in replacement of the before mentioned.
import { makeExecutableSchema } from 'graphql-tools';
import { initAccounts } from 'meteor/nicolaslopezj:apollo-accounts';
import { load, getSchema } from 'graphql-load';
Unfortunately, it turned out to be not.
"Unknown type \"HashedPassword\".", ...
"message": "Unknown type \"CreateUserProfileInput\". Did you mean ...
"message": "Cannot query field \"createUser\" on type \"Mutation\". Did you mean ...
Would be nice if the README could be updated, and made the goals of this package, and differences in relation to meteor/nicolaslopezj:apollo-accounts, clear.
The text was updated successfully, but these errors were encountered:
It started off that way, but was adapted slightly. Some other bugs got fixed, and phone login support was added. So pretty much a separate package. Agree docs should be clear on that.
The readme still refers to
meteor/nicolaslopezj:apollo-accounts
, implying that this package is meant as a drop-in replacement of the before mentioned.Unfortunately, it turned out to be not.
Would be nice if the
README
could be updated, and made the goals of this package, and differences in relation tometeor/nicolaslopezj:apollo-accounts
, clear.The text was updated successfully, but these errors were encountered: