Closed
Description
This is related to the import graphql_relay.connection.arrayconnection
in graphene_sqlalchemy.fields.SQLAlchemyConnectionField
.
To reproduce:
- pip install graphql-relay==3.1.0
- Run
from graphene_sqlalchemy.fields import SQLAlchemyConnectionField
- You will get an import module error for
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.
Metadata
Metadata
Assignees
Labels
No labels