We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49cf298 commit 1e3eb2bCopy full SHA for 1e3eb2b
README.md
@@ -634,7 +634,7 @@ services.AddGraphQL(b => b
634
// configure queries for serial execution (optional)
635
.AddExecutionStrategy<SerialExecutionStrategy>(OperationType.Query)
636
// configure subscription field resolvers for scoped serial execution (parallel is optional)
637
- .AddScopedExecutionStrategy());
+ .AddScopedSubscriptionExecutionStrategy());
638
```
639
640
For single GET / POST requests, the service scope from the underlying HTTP context is used.
0 commit comments