Skip to content
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

Fixed graphql_relay deprecation warning #1313

Merged
merged 1 commit into from Sep 24, 2022

Conversation

AngelOnFira
Copy link
Contributor

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.

@firaskafri firaskafri self-requested a review September 23, 2022 09:36
@firaskafri firaskafri closed this Sep 23, 2022
@firaskafri firaskafri reopened this Sep 23, 2022
@firaskafri firaskafri closed this Sep 24, 2022
@firaskafri firaskafri reopened this Sep 24, 2022
@firaskafri firaskafri merged commit 0b2cc4e into graphql-python:main Sep 24, 2022
superlevure pushed a commit to loft-orbital/graphene-django that referenced this pull request Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants