mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-11 08:42:32 +03:00
format
This commit is contained in:
parent
c191b78e1c
commit
3e11ae052d
|
@ -42,6 +42,7 @@ class PersonNode(DjangoObjectType):
|
|||
interfaces = (Node,)
|
||||
filterset_class = PersonFilterSet
|
||||
|
||||
|
||||
class Query(ObjectType):
|
||||
pets = DjangoFilterConnectionField(PetNode)
|
||||
people = DjangoFilterConnectionField(PersonNode)
|
||||
|
|
Loading…
Reference in New Issue
Block a user