Skip to content

Commit 02d882c

Browse files
committed
update doc entry
1 parent 4745ebe commit 02d882c

1 file changed

Lines changed: 16 additions & 14 deletions

File tree

docs/source/api/apollo-server.mdx

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -198,20 +198,6 @@ An array containing custom functions to use as additional [validation rules](htt
198198
</tr>
199199

200200

201-
<tr>
202-
<td>
203-
204-
##### `dangerouslyDisableValidation`
205-
206-
`Boolean`
207-
</td>
208-
<td>
209-
210-
Option to disable validation of graphql operations entirely.
211-
</td>
212-
</tr>
213-
214-
215201
<tr>
216202
<td>
217203

@@ -480,6 +466,22 @@ If this is set to any string value, use that value instead of the environment va
480466
</td>
481467
</tr>
482468

469+
470+
<tr>
471+
<td>
472+
473+
##### `dangerouslyDisableValidation`
474+
475+
`Boolean`
476+
</td>
477+
<td>
478+
479+
⚠️ Caution: this option can lead to security vulnerabilities and unexpected behavior. Use of this option in production is not supported by Apollo.
480+
481+
When set to `true`, disable validation of graphql operations entirely.
482+
</td>
483+
</tr>
484+
483485
</tbody>
484486
</table>
485487

0 commit comments

Comments
 (0)