mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-10 19:57:15 +03:00
20a6cecc4c
This test passes after reverting the `CustomField` resolver change introduced in https://github.com/graphql-python/graphene-django/pull/1315, but fails with that resolver code present. For instance, adding back the resolver code gives a test failure showing: ``` Failed: Expected to perform 2 queries but 11 were done ``` This should ensure there aren't regressions that prevent query-optimization in the future. |
||
---|---|---|
.. | ||
issues | ||
__init__.py | ||
forms.py | ||
models.py | ||
mutations.py | ||
schema_view.py | ||
schema.py | ||
test_command.py | ||
test_converter.py | ||
test_fields.py | ||
test_forms.py | ||
test_get_queryset.py | ||
test_query.py | ||
test_schema.py | ||
test_types.py | ||
test_utils.py | ||
test_views.py | ||
types.py | ||
urls_inherited.py | ||
urls_pretty.py | ||
urls.py |