ariadne-django icon indicating copy to clipboard operation
ariadne-django copied to clipboard

ariadne_django makes integrating ariadne and django together easier.

Results 15 ariadne-django issues
Sort by recently updated
recently updated
newest added

Provide a class based form mutation resolver to allow simplified binding of Django REST Framework serializers to mutations. Note: DRF should always be an optional install.

Provide a class based form mutation resolver to allow simplified binding of Django forms to mutations

Provide a rate limiting resolver decorator independent of any query calculations to help protect public queries and mutations. Ideally leverages django-ratelimit's existing functionality so the only compatibility layer is the...

Provide django-honeypot like functionality for public mutations (e.g. login, registration, etc.) views

Provide a reference implementation with a simple Django application.