File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
from graphene .types .argument import to_arguments
18
18
from graphene .types .dynamic import Dynamic
19
19
from graphene .types .structures import Structure
20
- from graphql_relay .connection .arrayconnection import cursor_to_offset
20
+ from graphql_relay .connection .array_connection import cursor_to_offset
21
21
from mongoengine import QuerySet
22
22
23
23
from .advanced_types import (
Original file line number Diff line number Diff line change 8
8
from graphene .utils .trim_docstring import trim_docstring
9
9
# from graphql.utils.ast_to_dict import ast_to_dict
10
10
from graphql import FieldNode
11
- from graphql_relay .connection .arrayconnection import offset_to_cursor
11
+ from graphql_relay .connection .array_connection import offset_to_cursor
12
12
13
13
14
14
def get_model_fields (model , excluding = None ):
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ coveralls==3.0.1; python_version > '3.5'
3
3
flake8 == 3.7.9
4
4
flake8-per-file-ignores == 0.6
5
5
future == 0.18.2
6
- graphene == 3.0.0b7
6
+ graphene == 3.0
7
7
promise == 2.3
8
8
mongoengine == 0.19.1 ; python_version < = '3.5'
9
9
mongoengine == 0.23.0 ; python_version > '3.5'
Original file line number Diff line number Diff line change 22
22
keywords = "api graphql protocol rest relay graphene mongo mongoengine" ,
23
23
packages = find_packages (exclude = ["tests" ]),
24
24
install_requires = [
25
- "graphene==3.0.0b7 " ,
25
+ "graphene==3.0" ,
26
26
"promise==2.3" ,
27
27
"mongoengine>=0.23.0" ,
28
28
"singledispatch>=3.4.0.3" ,
You can’t perform that action at this time.
0 commit comments