mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-13 17:52:19 +03:00
trying to fix epic error
This commit is contained in:
parent
804a5f127e
commit
8bda68fbf7
|
@ -121,7 +121,7 @@ class DjangoFilterConnectionField(DjangoConnectionField):
|
|||
filters = dict(filter(lambda x: '__' in x[0], args.items()))
|
||||
qs = resolver(root, info, **args)
|
||||
if qs is None:
|
||||
qs = default_manager.filter()
|
||||
qs = source_class.nodes.filter()
|
||||
|
||||
if filters:
|
||||
base_filters, relationship_filters = make_qs(filters)
|
||||
|
|
Loading…
Reference in New Issue
Block a user