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