We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09dd6af commit 81c4cb4Copy full SHA for 81c4cb4
graphene_sqlalchemy/tests/test_converter.py
@@ -290,6 +290,7 @@ def test_should_convert_association_proxy():
290
class PetType(SQLAlchemyObjectType):
291
class Meta:
292
model = Pet
293
+
294
class ArticleType(SQLAlchemyObjectType):
295
296
model = Article
graphene_sqlalchemy/tests/test_types.py
@@ -76,7 +76,6 @@ class Meta:
76
77
interfaces = (Node,)
78
79
-
80
assert list(ReporterType._meta.fields.keys()) == [
81
# Columns
82
"column_prop", # SQLAlchemy retuns column properties first
0 commit comments