strawberry icon indicating copy to clipboard operation
strawberry copied to clipboard

added new variable that override pydantic fields definition with strawberry fields

Open ShtykovaAA opened this issue 2 months ago • 1 comments

Description

Types of Changes

  • [ ] Core
  • [ ] Bugfix
  • [x] New feature
  • [ ] Enhancement/optimization
  • [ ] Documentation

Issues Fixed or Closed by This PR

  • https://github.com/strawberry-graphql/strawberry/issues/3460

Checklist

  • [ ] My code follows the code style of this project.
  • [x] My change requires a change to the documentation.
  • [ ] I have updated the documentation accordingly.
  • [x] I have read the CONTRIBUTING document.
  • [x] I have added tests to cover my changes.
  • [x] I have tested the changes and verified that they work and don't break anything (as well as I can manage).

ShtykovaAA avatar Apr 21 '24 18:04 ShtykovaAA

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, to PyPI!

So as soon as this PR is merged, a release will be made 🚀.

Here's an example of RELEASE.md:

Release type: patch

Description of the changes, ideally with some examples, if adding a new feature.

Release type can be one of patch, minor or major. We use semver, so make sure to pick the appropriate type. If in doubt feel free to ask :)

Here's the tweet text:

🆕 Release (next) is out! Thanks to Shtykova Anna for the PR 👏

Get it here 👉 https://strawberry.rocks/release/(next)

botberry avatar Apr 22 '24 07:04 botberry