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.
2 parents 5501748 + 06846f2 commit 5cb21f3Copy full SHA for 5cb21f3
graphql_query_derive/src/attributes.rs
@@ -1,7 +1,6 @@
1
use anyhow::*;
2
use graphql_client_codegen::deprecation::DeprecationStrategy;
3
use graphql_client_codegen::normalization::Normalization;
4
-use syn;
5
6
const DEPRECATION_ERROR: &str = "deprecated must be one of 'allow', 'deny', or 'warn'";
7
const NORMALIZATION_ERROR: &str = "normalization must be one of 'none' or 'rust'";
0 commit comments