Skip to content

Commit 3b3f40a

Browse files
committed
Add experimental coroutine executor documentations
1 parent 40edcab commit 3b3f40a

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Documentation
4444
- [GraphQL schema language](docs/definitions/graphql-schema-language.md)
4545
- [Schema](docs/definitions/schema.md)
4646
- [Resolver](docs/definitions/resolver.md)
47+
- [Experimental coroutine executor](docs/definitions/coroutine-executor.md)
4748
- [Solving N+1 problem](docs/definitions/solving-n-plus-1-problem.md)
4849
- [Mutation](docs/definitions/mutation.md)
4950
- [Relay](docs/definitions/relay/index.md)
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
```

docs/definitions/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
## Go further
99

10+
- [Experimental coroutine executor](coroutine-executor.md)
1011
- [Solving N+1 problem](solving-n-plus-1-problem.md)
1112
- [Resolver](resolver.md)
1213
- [Mutation](mutation.md)

0 commit comments

Comments
 (0)