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 f4006c7 commit cbd172dCopy full SHA for cbd172d
graphene_mongo/fields.py
@@ -67,7 +67,7 @@ def merge_querysets(cls, default_queryset, queryset):
67
def connection_resolver(cls, resolver, connection, model, root, info, **args):
68
iterable = resolver(root, info, **args)
69
if not iterable:
70
- interable = cls.get_query(model, info, **args)
+ iterable = cls.get_query(model, info, **args)
71
_len = len(iterable)
72
connection = connection_from_list_slice(
73
iterable,
0 commit comments