docs: backport hotfix fix typo

`optimise_permission_filters` -> `optimize_permission_filters`

NB: [hotfix commit](4bb6b3301c) in `graphql-engine`.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/9987
GitOrigin-RevId: c86959b19b9176ae1c50bd86d6859acf9ea0e173
This commit is contained in:
Marion Schleifer 2023-07-27 12:23:43 -07:00 committed by hasura-bot
parent bda6aadca8
commit 102fc81fd1

View File

@ -513,14 +513,14 @@ Postgres.
List of experimental features to be enabled.
| | |
| ------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Flag** | `--experimental-features <FEATURES>` |
| **Env var** | `HASURA_GRAPHQL_EXPERIMENTAL_FEATURES` |
| **Accepted values** | String (Comma-separated list) |
| **Options** | `inherited_roles`, `optimise_permission_filters`, `naming_convention`, `streaming_subscriptions`, `apollo_federation`, `hide_update_many_fields`, `bigquery_string_numeric_input`, `hide_aggregation_predicates`, `hide_stream_fields`, `disable_postgres_arrays` |
| **Default** | `null` |
| **Supported in** | CE, Enterprise Edition, Cloud |
| | |
| ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Flag** | `--experimental-features <FEATURES>` |
| **Env var** | `HASURA_GRAPHQL_EXPERIMENTAL_FEATURES` |
| **Accepted values** | String (Comma-separated list) |
| **Options** | `inherited_roles`, `optimize_permission_filters`, `naming_convention`, `streaming_subscriptions`, `apollo_federation`, `hide_update_many_fields`, `bigquery_string_numeric_input`, `hide_aggregation_predicates`, `hide_stream_fields` |
| **Default** | `null` |
| **Supported in** | CE, Enterprise Edition, Cloud |
### Graceful Shutdown Timeout