mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-10 19:57:15 +03:00
Fixed deprecation warning (#1313)
This commit is contained in:
parent
97442f9cee
commit
0b2cc4ecb2
|
@ -2,7 +2,7 @@ from functools import partial
|
|||
|
||||
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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user