Skip to content

strawberry-django-plus

Logo

Enhanced Strawberry integration with Django.

Built on top of strawberry-django integration, enhancing its overall functionality.


build status coverage downloads PyPI version python version django version

Warning

All the extra features provided by this lib were contributed and merged directly into the official strawberry-graphql-django lib. Since then this lib is deprecated and the official integration should be used instead and development will continue there!

If you were using this lib before, check out the migration guide for more information on how to migrate your code.

Features

Installation

Install with pip:

pip install strawberry-django-plus

How to

You can now jump to the quickstart to learn how to use this lib.