mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-02 12:44:15 +03:00
Added DjangoConnection to the public
This commit is contained in:
parent
79c7d070db
commit
c28b046606
|
@ -1,4 +1,5 @@
|
||||||
from graphene.contrib.django.types import (
|
from graphene.contrib.django.types import (
|
||||||
|
DjangoConnection,
|
||||||
DjangoObjectType,
|
DjangoObjectType,
|
||||||
DjangoInterface,
|
DjangoInterface,
|
||||||
DjangoNode
|
DjangoNode
|
||||||
|
@ -9,4 +10,4 @@ from graphene.contrib.django.fields import (
|
||||||
)
|
)
|
||||||
|
|
||||||
__all__ = ['DjangoObjectType', 'DjangoInterface', 'DjangoNode',
|
__all__ = ['DjangoObjectType', 'DjangoInterface', 'DjangoNode',
|
||||||
'DjangoConnectionField', 'DjangoModelField']
|
'DjangoConnection', 'DjangoConnectionField', 'DjangoModelField']
|
||||||
|
|
Loading…
Reference in New Issue
Block a user