mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-02-22 22:53:05 +03:00
Change import from DjangoObjectType to fix tests
This commit is contained in:
parent
f32a4a33db
commit
e66c1faf44
|
@ -2,7 +2,7 @@ import graphene
|
||||||
from graphene import Schema, relay, ObjectType
|
from graphene import Schema, relay, ObjectType
|
||||||
from ..filter import DjangoFilterConnectionField
|
from ..filter import DjangoFilterConnectionField
|
||||||
from django.test import TestCase, RequestFactory
|
from django.test import TestCase, RequestFactory
|
||||||
from ..types import DjangoObjectType
|
from graphene_django import DjangoObjectType
|
||||||
from .models import Pet
|
from .models import Pet
|
||||||
from ..auth.mixins import AuthNodeMixin, AuthMutationMixin
|
from ..auth.mixins import AuthNodeMixin, AuthMutationMixin
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user