File tree 3 files changed +13
-0
lines changed
3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ Documentation
44
44
- [ GraphQL schema language] ( docs/definitions/graphql-schema-language.md )
45
45
- [ Schema] ( docs/definitions/schema.md )
46
46
- [ Resolver] ( docs/definitions/resolver.md )
47
+ - [ Experimental coroutine executor] ( docs/definitions/coroutine-executor.md )
47
48
- [ Solving N+1 problem] ( docs/definitions/solving-n-plus-1-problem.md )
48
49
- [ Mutation] ( docs/definitions/mutation.md )
49
50
- [ Relay] ( docs/definitions/relay/index.md )
Original file line number Diff line number Diff line change
1
+ Experimental coroutine executor
2
+ ================================
3
+
4
+ [ The experimental coroutine executor] ( https://github.com/webonyx/graphql-php/blob/0.13.x/UPGRADE.md#try-it-experimental-executor-with-improved-performance )
5
+ can be enabled using configuration:
6
+
7
+ ``` yaml
8
+ overblog_graphql :
9
+ definitions :
10
+ use_experimental_executor : true
11
+ ` ` `
Original file line number Diff line number Diff line change 7
7
8
8
## Go further
9
9
10
+ - [ Experimental coroutine executor] ( coroutine-executor.md )
10
11
- [ Solving N+1 problem] ( solving-n-plus-1-problem.md )
11
12
- [ Resolver] ( resolver.md )
12
13
- [ Mutation] ( mutation.md )
You can’t perform that action at this time.
0 commit comments