graphene-django/graphene_django/rest_framework/tests
Florian Zimmermann e69e4a0399
Bugfix: call resolver function in DjangoConnectionField as documented (#1529)
* treat warnings as errors when running the tests

* silence warnings

* bugfix: let DjangoConnectionField call its resolver function

that is, the one specified using DjangoConnectionField(..., resolver=some_func)

* ignore the DeprecationWarning about typing.ByteString in graphql
2025-03-13 11:25:48 +03:00
..
__init__.py Initial implementation of serializer field converter 2017-06-26 09:19:49 +01:00
test_field_converter.py Bugfix: call resolver function in DjangoConnectionField as documented (#1529) 2025-03-13 11:25:48 +03:00
test_multiple_model_serializers.py Warn if fields or exclude are not defined on DjangoObjectType (#981) 2020-06-11 11:09:52 +01:00
test_mutation.py Use ruff format to replace black (#1473) 2023-10-25 11:33:00 +03:00