Skip to content

Commit d16da23

Browse files
committed
Merge branch 'ConnectionFactory'
2 parents dc5218c + e5bdaec commit d16da23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_sqlalchemy/converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def dynamic_type():
3636
elif (direction == interfaces.ONETOMANY or
3737
direction == interfaces.MANYTOMANY):
3838
if is_node(_type):
39-
return createConnectionField(_type)
39+
return createConnectionField(_type)
4040
return Field(List(_type))
4141

4242
return Dynamic(dynamic_type)

0 commit comments

Comments
 (0)