-
Notifications
You must be signed in to change notification settings - Fork 227
BUG: Out of Sync with graphql-relay > 3.1 #329
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
Comments
There will be a patch release of graphql-relay 3.1 for backward compatibility today, but it should also be fixed here by importing from the top level of graphql-relay. |
A patch-release graphql-relay 3.1.5 has been released now and a fix for graphene-sqlalchemy has been posted as PR #330. |
I've just merged the PR, this should be fixed once someone with PyPi access pushes a release! |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related topics referencing this issue. |
This is related to the import
graphql_relay.connection.arrayconnection
ingraphene_sqlalchemy.fields.SQLAlchemyConnectionField
.To reproduce:
from graphene_sqlalchemy.fields import SQLAlchemyConnectionField
graphql_relay.connection.arrayconnection
One suggestion is to either make specific requirements for graphql-relay in the install requirements or update the imports in the 3.0 release.
The text was updated successfully, but these errors were encountered: