Strawberry GraphQL Bot

Results 155 comments of Strawberry GraphQL Bot

Thanks for adding the `RELEASE.md` file! ![](https://media.giphy.com/media/xq1FxHkABwW7m/giphy.gif) Here's a preview of the changelog: --- This release fixes an issue that prevented using `strawberry.field` with `UNSET` as the default value. ---...

Thanks for adding the `RELEASE.md` file! ![](https://media.giphy.com/media/xq1FxHkABwW7m/giphy.gif) Here's a preview of the changelog: --- Support retrieving the current resolver's `Info` without relying on arguments. Instead of adding the `Info` explicitly...

Thanks for adding the `RELEASE.md` file! ![](https://media.giphy.com/media/xq1FxHkABwW7m/giphy.gif) Here's a preview of the changelog: --- Fix exclude_unset issue when converting strawberry type to pydantic type --- Here's the preview release card...

Thanks for adding the `RELEASE.md` file! ![](https://media.giphy.com/media/xq1FxHkABwW7m/giphy.gif) Here's a preview of the changelog: --- Improve resolving performance by avoiding extra calls for basic fields. This change improves performance of resolving...

# Pre-release :wave: Releasing commit [0dae103c0b6ffa9b9f60ece70290e24d57bab179] to PyPi as pre-release! :package:

# Pre-release :wave: Pre-release **0.131.2.dev.1663861889** [0dae103c0b6ffa9b9f60ece70290e24d57bab179] has been released on PyPi! :rocket: You can try it by doing: ```shell poetry add strawberry-graphql==0.131.2.dev.1663861889 ```

Thanks for adding the `RELEASE.md` file! ![](https://media.giphy.com/media/xq1FxHkABwW7m/giphy.gif) Here's a preview of the changelog: --- Support storing metadata in strawberry fields. --- Here's the preview release card for twitter: ![](https://i.imgur.com/F03owjK.png) Here's...

Thanks for adding the `RELEASE.md` file! ![](https://media.giphy.com/media/xq1FxHkABwW7m/giphy.gif) Here's a preview of the changelog: --- This release will try to address [#1100](https://github.com/strawberry-graphql/strawberry/pull/1100). ### New features: - allow overriding `StrawberryField`'s - `get_result`...

Thanks for adding the `RELEASE.md` file! ![](https://media.giphy.com/media/xq1FxHkABwW7m/giphy.gif) Here's a preview of the changelog: --- Fix enum issues with strawberry.enum_value. BREAKING: When strawberry.enum_value is used the wrapped Enum is re-created. ---...

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,...