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 084f153 commit b97bbfbCopy full SHA for b97bbfb
graphene_sqlalchemy/tests/test_converter.py
@@ -193,7 +193,7 @@ class Meta:
193
model = Pet
194
195
dynamic_field = convert_sqlalchemy_relationship(
196
- Reporter.pets.property, A._meta.registry, test_should_manytomany_convert_connectionorlist
+ Reporter.pets.property, A._meta.registry, default_connection_field_factory
197
)
198
assert isinstance(dynamic_field, graphene.Dynamic)
199
graphene_type = dynamic_field.get_type()
0 commit comments