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.
2 parents d29f608 + 3aa06b6 commit 5e5d0dfCopy full SHA for 5e5d0df
graphene_sqlalchemy/converter.py
@@ -27,7 +27,7 @@ def get_column_doc(column):
27
28
29
def is_column_nullable(column):
30
- return bool(getattr(column, 'nullable', False))
+ return bool(getattr(column, 'nullable', True))
31
32
33
def convert_sqlalchemy_relationship(relationship, registry):
0 commit comments