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 adds the `OneOf` directive to indicate that the input type is a `oneOf` Input...
Thanks for adding the `RELEASE.md` file!  Here's a preview of the changelog: --- Update federation entity resolver exception handling to set the result to the original error instead of...
Thanks for adding the `RELEASE.md` file!  Here's a preview of the changelog: --- This release improves type checking for async resolver functions when used as `strawberry.field(resolver=resolver_func)`. Now doing this...
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: --- Subscriptions now support Schema Extensions. --- Here's the preview release card for twitter:  Here's the...
# Pre-release :wave: Releasing commit [cb3949a7b39ac1d4d5362bef01349863c9ae3d2e] to PyPi as pre-release! :package:
# Pre-release :wave: Pre-release **0.196.0.dev.1689676980** [cb3949a7b39ac1d4d5362bef01349863c9ae3d2e] has been released on PyPi! :rocket: You can try it by doing: ```shell poetry add strawberry-graphql==0.196.0.dev.1689676980 ```
Thanks for adding the `RELEASE.md` file!  Here's a preview of the changelog: --- This release adds a `set_cookie` method to the `TemporalResponse` class so that the integrations Sanic, Django...
Thanks for adding the `RELEASE.md` file!  Here's a preview of the changelog: --- Propagating schema context errors using GraphQL Error schema. --- Here's the preview release card for twitter:...