Skip to content

BUG: Out of Sync with graphql-relay > 3.1 #329

Closed
@ed-turner

Description

@ed-turner

This is related to the import graphql_relay.connection.arrayconnection in graphene_sqlalchemy.fields.SQLAlchemyConnectionField.

To reproduce:

  1. pip install graphql-relay==3.1.0
  2. Run from graphene_sqlalchemy.fields import SQLAlchemyConnectionField
  3. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions