Skip to content

Commit

Permalink
update doc entry
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-scheer committed Nov 13, 2023
1 parent 4745ebe commit 02d882c
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions docs/source/api/apollo-server.mdx
Expand Up @@ -198,20 +198,6 @@ An array containing custom functions to use as additional [validation rules](htt
</tr>


<tr>
<td>

##### `dangerouslyDisableValidation`

`Boolean`
</td>
<td>

Option to disable validation of graphql operations entirely.
</td>
</tr>


<tr>
<td>

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


<tr>
<td>

##### `dangerouslyDisableValidation`

`Boolean`
</td>
<td>

鈿狅笍 Caution: this option can lead to security vulnerabilities and unexpected behavior. Use of this option in production is not supported by Apollo.

When set to `true`, disable validation of graphql operations entirely.
</td>
</tr>

</tbody>
</table>

Expand Down

0 comments on commit 02d882c

Please sign in to comment.