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 8bb55ed commit 45542b6Copy full SHA for 45542b6
graphene_django/types.py
@@ -33,8 +33,6 @@ def construct_fields(options):
33
# Or when there is no back reference.
34
continue
35
converted = convert_django_field_with_choices(field, options.registry)
36
- if not converted:
37
- continue
38
fields[name] = converted
39
40
return fields
0 commit comments