Skip to content

Logo Strawberry Django Extras

Adds extra functionality built on top of Strawberry Django


Available Features:

  • JWT Authentication with build in mutations
  • Validations on input instantiation
  • Permission checking on input instantiation
  • Pre-save/Post-save mutation hooks
  • Nested mutations support


Installation

  pip install strawberry-django-extras


Getting Started

Dive right in to the Quickstart guide here


A note on Relay

Relay is not currently supported by this package. Some features might work with relay and others might not. At the moment there are no plans to support Relay. If you are a relay user and do test this package, please do provide feedback on what works and what doesn't.