You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 8, 2023. It is now read-only.
All the extra features provided by this lib were contributed and merged directly into the official strawberry-graphql-django lib, and development will continue there. Because of that, this lib is deprecated and the official integration should be used instead and development will continue there!
Check the migration guide for more information on how to migrate your code to it.
Features
mark this lib as deprecated and add a documentation on how to migrate to strawberry_django (ed52efe)
Bug Fixes
allow field_name to be passed for node and connections (dc587c7)
also support auto when checking for auto annotations (b5b0141)
This release contains a major refactor of the relay code. The original code was contributed to core strawberry and was removed from this repository. The django relay integration is now built on top of that official integration.
Check the migration guide for more information on how to migrate your code, and be sure to open an issue in case you find any strange behaviours or regressions.
⚠ BREAKING CHANGES
remove debug toolbar integration
migrate relay to strawberry's implementation (#235)