Skip to content

Commit 7926737

Browse files
committed
docs: update documentation
1 parent 91ee9df commit 7926737

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,6 +1037,7 @@ The default error masking configuration for all subgraphs.
10371037
|**error\_message**|`boolean`|Whether to redact the error message in subgraph errors. The default is `true`.<br/><br/>This field can be set to `false`, in order to disable error masking, by setting the `DISABLE_SUBGRAPH_ERROR_MASKING=true` environment variable.<br/>Default: `true`<br/>||
10381038
|**extensions**||Whether to redact the `extensions` in errors.<br/><br/>You may pick the execution mode by setting `mode: allow` or `mode: deny`.<br/>Note: only root-level fields are supported.<br/>||
10391039

1040+
**Additional Properties:** not allowed
10401041
**Example**
10411042

10421043
```yaml
@@ -1067,6 +1068,7 @@ Any configuration field that will be specified here, will override the configura
10671068
|**error\_message**|`boolean`, `null`|Whether to redact the `error_message` in errors, for that specific subgraph.<br/><br/>Configuring this will override the global `all.error_message` setting.<br/>||
10681069
|**extensions**||Whether to redact the `extensions` in errors, for that specific subgraph.<br/>Configuring this will override the global `all.extensions` setting.<br/><br/>You may pick the execution mode by setting `mode: allow` or `mode: deny`.<br/>Note: only root-level fields are supported.<br/>||
10691070

1071+
**Additional Properties:** not allowed
10701072
**Example**
10711073

10721074
```yaml

0 commit comments

Comments
 (0)