Strawberry GraphQL Bot
Strawberry GraphQL Bot
Thanks for adding the `RELEASE.md` file!  Here's a preview of the changelog: --- - Add Full support for deriving nested pydantic models (including when using `List`, `Optional`, `Union` and...
Thanks for adding the `RELEASE.md` file!  Here's a preview of the changelog: --- With this release in Chalice's `GraphQLView` the parameter `render_graphiql` is now deprecated and has been replaced...
Thanks for adding the `RELEASE.md` file!  Here's a preview of the changelog: --- This release adds syntax sugar for permissions: Until now, it requires a long-ish line of code:...
Thanks for adding the `RELEASE.md` file!  Here's a preview of the changelog: --- Support using docstrings as GraphQL descriptions It is now possible to use python docstrings to provide...
Thanks for adding the `RELEASE.md` file!  Here's a preview of the changelog: --- This release does some internal refactoring of the HTTP views, hopefully it doesn't affect anyone. It...
Thanks for adding the `RELEASE.md` file!  Here's a preview of the changelog: --- Improve the time complexity of `strawberry.interface` using `resolve_type`. Achieved time complexity is now O(1) with respect...
Thanks for adding the `RELEASE.md` file!  Here's a preview of the changelog: --- Make schema config parameter a TypedDict Here's the tweet text: ``` 🆕 Release (next) is out!...
Hi, thanks for contributing to Strawberry 🍓! We noticed that this PR is missing a `RELEASE.md` file. We use that to automatically do releases here on GitHub and, most importantly,...
Thanks for adding the `RELEASE.md` file!  Here's a preview of the changelog: --- Fix pydantic type decorator - add internal methods not copied by `dataclasses.make_dataclass()` Here's the tweet text:...
Thanks for adding the `RELEASE.md` file!  Here's a preview of the changelog: --- Fixes a bug where pydantic models as the default value for an input did not print...