diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 0000000000..2705278291 --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,7 @@ +Release type: patch + +This release fixes an issue where mypy would complain when using a typed async +resolver with `strawberry.field(resolver=...)`. + +Now the code will type check correctly. We also updated our test suite to make +we catch similar issues in the future.