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 d5cb59d commit 23b8dc4Copy full SHA for 23b8dc4
graphene_mongo/fields.py
@@ -1,7 +1,7 @@
1
from __future__ import absolute_import
2
3
from collections import OrderedDict
4
-from functools import partial
+from functools import partial, reduce
5
6
from graphene import Field
7
from graphene.relay import ConnectionField
0 commit comments