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 c1a0cae commit 2c5b103Copy full SHA for 2c5b103
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