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.
apollo_compiler::Diagnostic
1 parent 278dab3 commit 11fe454Copy full SHA for 11fe454
crates/apollo-compiler/src/lib.rs
@@ -22,7 +22,7 @@ pub use self::node::{Node, NodeLocation};
22
pub use self::node_str::NodeStr;
23
pub use self::parser::{parse_mixed, Parser, SourceFile, SourceMap};
24
pub use self::schema::Schema;
25
-pub use self::validation::{Diagnostics, GraphQLError, GraphQLLocation};
+pub use self::validation::{Diagnostic, Diagnostics, GraphQLError, GraphQLLocation};
26
27
pub(crate) struct ApolloCompiler {
28
pub db: RootDatabase,
0 commit comments