We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6042ad commit 3ec8b17Copy full SHA for 3ec8b17
graphene_sqlalchemy/fields.py
@@ -7,8 +7,7 @@
7
8
from graphene import NonNull
9
from graphene.relay import Connection, ConnectionField
10
-from graphene.relay.connection import (PageInfo, connection_adapter,
11
- page_info_adapter)
+from graphene.relay.connection import connection_adapter, page_info_adapter
12
from graphql_relay.connection.arrayconnection import \
13
connection_from_array_slice
14
0 commit comments