From 7b9c666de24f51f1006dc412136539818ed3677e Mon Sep 17 00:00:00 2001 From: Patrick Arminio Date: Tue, 28 May 2024 00:07:09 +0100 Subject: [PATCH] Add release file --- RELEASE.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 RELEASE.md 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.