Custom Filter Error: "Cannot resolve keyword .. into field" #1423
Unanswered
irvinktang
asked this question in
Q&A
Replies: 1 comment
-
There’s not sufficient info here to be able to say anything. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I'm trying to create a custom filter right now in my Graphene Django project using django-filter.
I followed the documentation's example of creating a custom filter. My example:
However, it's telling me that
total_scans
can't be resolved into a field and then lists the fields that I've specified in my actual model. How can I get around this error?Beta Was this translation helpful? Give feedback.
All reactions