Skip to content

Commit 9b2d042

Browse files
author
Thomas Leonard
committed
Issue #1111: foreign key should also call get_queryset method
1 parent bb03306 commit 9b2d042

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graphene_django/tests/test_query.py

+1
Original file line numberDiff line numberDiff line change
@@ -1735,6 +1735,7 @@ def resolve_person(self, info, name):
17351735
}
17361736
}
17371737
"""
1738+
17381739
result = schema.execute(query_pet, variables={"name": "Stray dog"})
17391740
assert not result.errors
17401741
assert result.data["pet"] == {

0 commit comments

Comments
 (0)