We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ece2d3 commit 7713ceeCopy full SHA for 7713cee
graphene_mongo/fields.py
@@ -96,7 +96,6 @@ def is_filterable(k):
96
Returns:
97
bool
98
"""
99
-
100
if hasattr(self.fields[k].type, '_sdl'):
101
return False
102
if not hasattr(self.model, k):
0 commit comments