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 1b27b63 commit df5ee7eCopy full SHA for df5ee7e
lib/executor/src/execution/plan.rs
@@ -583,6 +583,8 @@ fn condition_node_by_variables<'a>(
583
* So we should duplicate the error for both paths.
584
*/
585
fn normalize_entity_errors_correctly() {
586
+ use crate::response::graphql_error::{GraphQLError, GraphQLErrorPathSegment};
587
+ use std::collections::HashMap;
588
let mut ctx = ExecutionContext::default();
589
let mut entity_index_error_map: HashMap<&usize, Vec<Vec<GraphQLErrorPathSegment>>> =
590
HashMap::new();
0 commit comments