mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
0e822cc934
- Introduce a field in NDC `Configuration` struct that carries an optional limit (`usize`) value. - When set, reject NDC response that is greater than the limit. - Define a `HttpContext` struct that captures both `reqwest::Client` and an optional limit value. Replace the `http_client` argument with `http_context: &HttpContext` in all execute related functions. - The `execute_query` function caller in multitenant code need to pass a reference to `HttpContext` with appropriate NDC response size limit. V3_GIT_ORIGIN_REV_ID: 85a3647c4d136cc8d887f343736cc011166f036f |
||
---|---|---|
.. | ||
execute.rs | ||
generate_ir.rs |