We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79c7d07 commit c28b046Copy full SHA for c28b046
graphene/contrib/django/__init__.py
@@ -1,4 +1,5 @@
1
from graphene.contrib.django.types import (
2
+ DjangoConnection,
3
DjangoObjectType,
4
DjangoInterface,
5
DjangoNode
@@ -9,4 +10,4 @@
9
10
)
11
12
__all__ = ['DjangoObjectType', 'DjangoInterface', 'DjangoNode',
- 'DjangoConnectionField', 'DjangoModelField']
13
+ 'DjangoConnection', 'DjangoConnectionField', 'DjangoModelField']
0 commit comments