Skip to content

Commit 5e5d0df

Browse files
committed
Merge branch 'master' into features/2.0
2 parents d29f608 + 3aa06b6 commit 5e5d0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_sqlalchemy/converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def get_column_doc(column):
2727

2828

2929
def is_column_nullable(column):
30-
return bool(getattr(column, 'nullable', False))
30+
return bool(getattr(column, 'nullable', True))
3131

3232

3333
def convert_sqlalchemy_relationship(relationship, registry):

0 commit comments

Comments
 (0)