We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da697b commit 0057021Copy full SHA for 0057021
graph/src/env/graphql.rs
@@ -177,6 +177,6 @@ pub struct InnerGraphQl {
177
error_result_size: WithDefaultUsize<NoUnderscores<usize>, { usize::MAX }>,
178
#[envconfig(from = "GRAPH_GRAPHQL_MAX_OPERATIONS_PER_CONNECTION", default = "1000")]
179
max_operations_per_connection: usize,
180
- #[envconfig(from = "GRAPH_GRAPHQL_DISABLE_BOOL_FILTERS", default = "false")]
+ #[envconfig(from = "GRAPH_GRAPHQL_DISABLE_BOOL_FILTERS", default = "true")]
181
pub disable_bool_filters: EnvVarBoolean,
182
}
0 commit comments