Skip to content

Commit 0b2cc4e

Browse files
authored
Fixed deprecation warning (#1313)
1 parent 97442f9 commit 0b2cc4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_django/fields.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from django.db.models.query import QuerySet
44

5-
from graphql_relay.connection.array_connection import (
5+
from graphql_relay import (
66
connection_from_array_slice,
77
cursor_to_offset,
88
get_offset_with_default,

0 commit comments

Comments
 (0)