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 2a9532c commit 1be7577Copy full SHA for 1be7577
graphql/src/runner.rs
@@ -21,7 +21,7 @@ use graph::{
21
data::query::{QueryResults, QueryTarget},
22
prelude::QueryStore,
23
};
24
-use graphql_tools::validation::rules::{default_rules_validation_plan, LoneAnonymousOperation, FragmentsOnCompositeTypes, OverlappingFieldsCanBeMerged};
+use graphql_tools::validation::rules::{LoneAnonymousOperation, FragmentsOnCompositeTypes, OverlappingFieldsCanBeMerged};
25
use graphql_tools::validation::validate::{validate, ValidationPlan};
26
27
use lazy_static::lazy_static;
0 commit comments