We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14109e4 commit 944ee2eCopy full SHA for 944ee2e
.changeset/green-badgers-work.md
@@ -0,0 +1,8 @@
1
+---
2
+'graphql-yoga': minor
3
4
+
5
+Abort GraphQL execution when HTTP request is canceled.
6
7
+The execution of subsequent GraphQL resolvers is now aborted if the incoming HTTP request is canceled from the client side.
8
+This reduces the load of your API in case incoming requests with deep GraphQL operation selection sets are canceled.
0 commit comments