Skip to content

Commit 1e3eb2b

Browse files
authored
Update README.md
1 parent 49cf298 commit 1e3eb2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ services.AddGraphQL(b => b
634634
// configure queries for serial execution (optional)
635635
.AddExecutionStrategy<SerialExecutionStrategy>(OperationType.Query)
636636
// configure subscription field resolvers for scoped serial execution (parallel is optional)
637-
.AddScopedExecutionStrategy());
637+
.AddScopedSubscriptionExecutionStrategy());
638638
```
639639

640640
For single GET / POST requests, the service scope from the underlying HTTP context is used.

0 commit comments

Comments
 (0)