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 ea2cd98 commit 29b8ea8Copy full SHA for 29b8ea8
graphene_django/forms/converter.py
@@ -43,7 +43,7 @@ def convert_form_field_to_int(field):
43
44
@convert_form_field.register(forms.BooleanField)
45
def convert_form_field_to_boolean(field):
46
- return Boolean(description=field.help_text, required=True)
+ return Boolean(description=field.help_text, required=field.required)
47
48
49
@convert_form_field.register(forms.NullBooleanField)
0 commit comments