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 8ba849b commit 8f0fb84Copy full SHA for 8f0fb84
graphene_sqlalchemy/converter.py
@@ -95,7 +95,6 @@ def convert_column_to_string(type, column, registry=None):
95
96
97
@convert_sqlalchemy_type.register(types.SmallInteger)
98
-#@convert_sqlalchemy_type.register(types.BigInteger)
99
@convert_sqlalchemy_type.register(types.Integer)
100
def convert_column_to_int_or_id(type, column, registry=None):
101
if column.primary_key:
0 commit comments