diff --git a/graphene_django/tests/test_auth_mixins.py b/graphene_django/tests/test_auth_mixins.py index 94bfd3a..0b4d3b6 100644 --- a/graphene_django/tests/test_auth_mixins.py +++ b/graphene_django/tests/test_auth_mixins.py @@ -2,7 +2,7 @@ import graphene from graphene import Schema, relay, ObjectType from ..filter import DjangoFilterConnectionField from django.test import TestCase, RequestFactory -from ..types import DjangoObjectType +from graphene_django import DjangoObjectType from .models import Pet from ..auth.mixins import AuthNodeMixin, AuthMutationMixin