Skip to content

Commit 0057021

Browse files
neysofuFilippo Costa
authored andcommitted
config: GRAPH_GRAPHQL_DISABLE_BOOL_FILTERS true by default
1 parent 2da697b commit 0057021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/src/env/graphql.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,6 @@ pub struct InnerGraphQl {
177177
error_result_size: WithDefaultUsize<NoUnderscores<usize>, { usize::MAX }>,
178178
#[envconfig(from = "GRAPH_GRAPHQL_MAX_OPERATIONS_PER_CONNECTION", default = "1000")]
179179
max_operations_per_connection: usize,
180-
#[envconfig(from = "GRAPH_GRAPHQL_DISABLE_BOOL_FILTERS", default = "false")]
180+
#[envconfig(from = "GRAPH_GRAPHQL_DISABLE_BOOL_FILTERS", default = "true")]
181181
pub disable_bool_filters: EnvVarBoolean,
182182
}

0 commit comments

Comments
 (0)