-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Input Types cannot define resolvers #28
Comments
Please provide some code to reproduce this error. |
I am also experiencing this now with:
Here are my logs:
|
Glavin001
changed the title
Mutations cannot define resolvers
Input Types cannot define resolvers
Oct 15, 2017
Duplicate of #19 |
Published a big new release, v0.4.1! https://github.com/Glavin001/graphql-sequelize-crud/releases/tag/v0.4.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I am using this library in latest
graphql
, I can see the below errorbut this problem can be eliminated (with possible problems) by falling back to
graphql@^0.8.0
I believe this is due to a breaking API change, how do you guys think of it
The text was updated successfully, but these errors were encountered: