File tree Expand file tree Collapse file tree 4 files changed +2
-5
lines changed Expand file tree Collapse file tree 4 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 11use constants:: * ;
2- use graphql_parser;
32use graphql_parser:: query:: OperationDefinition ;
43use heck:: SnakeCase ;
54use proc_macro2:: { Span , TokenStream } ;
Original file line number Diff line number Diff line change 11use failure;
22use fragments:: GqlFragment ;
3- use graphql_parser;
4- use heck:: SnakeCase ;
53use operations:: Operation ;
6- use proc_macro2:: { Ident , Span , TokenStream } ;
4+ use proc_macro2:: TokenStream ;
75use schema:: Schema ;
86use selection:: Selection ;
97use std:: collections:: BTreeMap ;
Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ use std::collections::HashMap;
6565/// Ok(())
6666/// }
6767/// ```
68- /// ```
6968pub trait GraphQLQuery < ' de > {
7069 /// The shape of the variables expected by the query. This should be a generated struct most of the time.
7170 type Variables : serde:: Serialize ;
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ const RESPONSE: &str = include_str!("subscription/subscription_query_response.js
2121 schema_path = "tests/subscription/subscription_schema.graphql" ,
2222 query_path = "tests/subscription/subscription_query.graphql" ,
2323) ]
24+ #[ allow( dead_code) ]
2425struct SubscriptionQuery ;
2526
2627#[ test]
You can’t perform that action at this time.
0 commit comments