graphene-django/examples/starwars
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
..
tests Typo fixes (#1459) 2023-09-06 10:29:58 +03:00
__init__.py Isolated Graphene Django in a new package 2016-09-17 16:31:17 -07:00
data.py Typo fixes (#1459) 2023-09-06 10:29:58 +03:00
models.py Not require explicitly set ordering in DjangoConnectionField (#1518) 2024-04-18 12:00:31 +08:00
schema.py Bugfix: call resolver function in DjangoConnectionField as documented (#1529) 2025-03-13 11:25:48 +03:00