Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Apr 24, 2024
1 parent 88899bb commit b9b9d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apollo-router/src/query_planner/bridge_query_planner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ impl Service<QueryPlannerRequest> for BridgeQueryPlanner {
}
Ok(modified_query) => {
let executable_document = modified_query
.to_executable(api_schema_definitions)
.to_executable_validate(api_schema_definitions)
// Assume transformation creates a valid document: ignore conversion errors
.map_err(|e| SpecError::ValidationError(e.into()))?;
let hash = QueryHashVisitor::hash_query(
Expand Down

0 comments on commit b9b9d3c

Please sign in to comment.