Strawberry GraphQL Bot
Strawberry GraphQL Bot
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: --- This release fixes the pydantic support for generics and allows capture of the Pydantic JSON schema...
Thanks for adding the `RELEASE.md` file!  Here's a preview of the changelog: --- This release does not introduce any new features or bug fixes. It focuses solely on internal...
Thanks for adding the `RELEASE.md` file!  Here's a preview of the changelog: --- Adds a `graphql_type` parameter to `strawberry.argument` that allows you to explicitly override the GraphQL type of...
Thanks for adding the `RELEASE.md` file!  Here's a preview of the changelog: --- Add a [pre-commit](https://pre-commit.com/) hook to prevent redundant `@dataclass` decorators on Strawberry types. Since Strawberry types (`@strawberry.type`,...
Thanks for adding the `RELEASE.md` file!  Here's a preview of the changelog: --- Add support for secondary table relationships in SQLAlchemy mapper, addressing a bug and enhancing the loader...