mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-23 01:57:08 +03:00
Fix issue auth tests
This commit is contained in:
parent
cd10971aa4
commit
6f4cf3c2ab
|
@ -102,7 +102,8 @@ if DJANGO_FILTER_INSTALLED:
|
||||||
|
|
||||||
class QueryRoot(ObjectType):
|
class QueryRoot(ObjectType):
|
||||||
pet = relay.Node.Field(PetNode)
|
pet = relay.Node.Field(PetNode)
|
||||||
pets = PetFilterConnection(PetNode)
|
if DJANGO_FILTER_INSTALLED:
|
||||||
|
pets = PetFilterConnection(PetNode)
|
||||||
|
|
||||||
|
|
||||||
class MutationRoot(ObjectType):
|
class MutationRoot(ObjectType):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user