Removed DjangoFilterConnectionField

This commit is contained in:
Carlos Martinez 2017-03-05 20:14:52 -05:00
parent 061d9eb52a
commit 6f138c8a7e

View File

@ -1,6 +1,5 @@
import graphene import graphene
from graphene import Schema, relay, ObjectType from graphene import Schema, relay, ObjectType
from graphene_django.filter import DjangoFilterConnectionField
from django.test import TestCase, RequestFactory from django.test import TestCase, RequestFactory
from graphene_django import DjangoObjectType from graphene_django import DjangoObjectType
from graphene_django.auth.mixins import AuthNodeMixin, AuthMutationMixin from graphene_django.auth.mixins import AuthNodeMixin, AuthMutationMixin