Skip to content

Commit f4006c7

Browse files
committed
feat: Export MongoengineConnectionField
1 parent f2973fe commit f4006c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

graphene_mongo/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#from .fields import (
2-
# MongoEngineDocumentField
3-
#)
1+
from .fields import (
2+
MongoengineConnectionField
3+
)
44

55
from .types import (
66
MongoengineObjectType,

0 commit comments

Comments
 (0)