SD
Results
2
issues of
SD
As promised on https://github.com/strawberry-graphql/strawberry-graphql-django/issues/454 I'm hereby publishing my subscription implementation for [OneSila. ](https://github.com/OneSila/OneSilaHeadless). What does it do: - Allow you to expose every model to the frontend via subscriptions. -...
It would seem that mutations on proxy-models aren't working in my setup. Can you see the mistake in my setup? A simplified, reproducible example with details included: Managers: ```python from...