Skip to content

Commit a1d8df5

Browse files
committed
Remove experimental_introspection_mode from docs
1 parent 9e3219c commit a1d8df5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/source/configuration/overview.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,6 @@ Starting with v1.56.0, to run the most performant and resource-efficient native
593593

594594
```yaml title="router.yaml"
595595
experimental_query_planner_mode: new
596-
experimental_introspection_mode: new
597596
```
598597

599598
You can also improve throughput by reducing the size of queries sent to subgraphs with the following option:

docs/source/executing-operations/native-query-planner.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@ To run the native query planner with the best performance and resource utilizati
3636

3737
```yaml title="router.yaml"
3838
experimental_query_planner_mode: new
39-
experimental_introspection_mode: new
4039
```
4140
42-
Setting `experimental_query_planner_mode: new` and `experimental_introspection_mode: new` not only enables native query planning and schema introspection, it also disables the V8 JavaScript runtime used by the legacy query planner. Disabling V8 frees up CPU and memory and improves native query planning performance.
41+
Setting `experimental_query_planner_mode: new` not only enables native query planning and schema introspection, it also disables the V8 JavaScript runtime used by the legacy query planner. Disabling V8 frees up CPU and memory and improves native query planning performance.
4342

4443
Additionally, to enable more optimal native query planning and faster throughput by reducing the size of queries sent to subgraphs, you can enable query fragment generation with the following option:
4544

0 commit comments

Comments
 (0)