mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 01:44:03 +03:00
010a313988
Previously, negative values for `offset` and `limit` input fields resulted in an internal error and not exposed in the API response. The reason is that these errors are raised from normalized_ast conversion after GraphQL validation. The validation will only check for the type, but not the value of the input fields. This Commit: - Introduces a utility function to lift any unexpected value internal error to external. - Use the function for `limit` and `offset` input field value coercion. V3_GIT_ORIGIN_REV_ID: a186eb89a836359427e58f7a847eab3e2f8fafa4 |
||
---|---|---|
.. | ||
execute | ||
explain | ||
generate_ir | ||
ndc-postgres-configuration | ||
validate_metadata_artifacts | ||
auth_config.jsonschema | ||
chinook-postgres.sql | ||
common.rs | ||
db_definition.sql | ||
execution.rs | ||
explain.rs | ||
introspection.rs | ||
relationship.rs | ||
schema.json | ||
validate_metadata.rs |