graphene-django icon indicating copy to clipboard operation
graphene-django copied to clipboard

Fixed graphql_relay deprecation warning

Open AngelOnFira opened this issue 3 years ago • 0 comments

While using Graphene Django, I came across this during tests:

../../home/vscode/.local/lib/python3.10/site-packages/graphene_django/fields.py:4
  /home/vscode/.local/lib/python3.10/site-packages/graphene_django/fields.py:4: DeprecationWarning: The 'arrayconnection' module is deprecated. Functions should be imported from the top-level package instead.
    from graphql_relay.connection.arrayconnection import (

This PR should fix that.

AngelOnFira avatar Mar 09 '22 18:03 AngelOnFira