Skip to content

Commit

Permalink
Add SURREAL_EXPERIMENTAL_GRAPHQL to ENV (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekwuno authored Aug 27, 2024
1 parent c837776 commit 91cc18c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ Environment variables can be used to tailor the behaviour of a running SurrealDB
<td scope="row" data-label="Default">20</td>
<td scope="row" data-label="Notes">Used to limit allocation for builtin functions.</td>
</tr>
<tr>
<td scope="row" data-label="Env var"><code>SURREAL_EXPERIMENTAL_GRAPHQL</code></td>
<td scope="row" data-label="Default">false</td>
<td scope="row" data-label="Notes">Enables experimental graphql integration. Still under active development. Using this experimental feature may introduce risks related to breaking changes and security issues.</td>
</tr>
<tr>
<td scope="row" data-label="Env var"><code> SURREAL_INSECURE_FORWARD_ACCESS_ERRORS </code></td>
<td scope="row" data-label="Default">false</td>
Expand Down

0 comments on commit 91cc18c

Please sign in to comment.