mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-11-21 10:16:04 +03:00
* first attempt at adding get_queryset * add queryset_resolver to DjangoConnectionField and fix test failures * cleanup get_queryset API to match proposal as close as possible * pep8 fix: W293 * document get_queryset usage * add test for when get_queryset is defined on DjangoObjectType |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| models.py | ||
| schema_view.py | ||
| schema.py | ||
| test_command.py | ||
| test_converter.py | ||
| test_forms.py | ||
| test_query.py | ||
| test_schema.py | ||
| test_types.py | ||
| test_utils.py | ||
| test_views.py | ||
| urls_inherited.py | ||
| urls_pretty.py | ||
| urls.py | ||