diff --git a/graphene_django/fields.py b/graphene_django/fields.py index eb932c1d0..0e2814061 100644 --- a/graphene_django/fields.py +++ b/graphene_django/fields.py @@ -2,7 +2,7 @@ from django.db.models.query import QuerySet -from graphql_relay.connection.array_connection import ( +from graphql_relay import ( connection_from_array_slice, cursor_to_offset, get_offset_with_default,