mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-22 09:37:07 +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):
|
||||
pet = relay.Node.Field(PetNode)
|
||||
pets = PetFilterConnection(PetNode)
|
||||
if DJANGO_FILTER_INSTALLED:
|
||||
pets = PetFilterConnection(PetNode)
|
||||
|
||||
|
||||
class MutationRoot(ObjectType):
|
||||
|
|
Loading…
Reference in New Issue
Block a user