File tree Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Expand file tree Collapse file tree 3 files changed +1
-6
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 @@ -24,7 +24,6 @@ use std::collections::HashMap;
2424///
2525/// Example:
2626///
27- ///
2827/// ```
2928/// extern crate failure;
3029/// #[macro_use]
@@ -65,7 +64,6 @@ use std::collections::HashMap;
6564/// Ok(())
6665/// }
6766/// ```
68- /// ```
6967pub trait GraphQLQuery < ' de > {
7068 /// The shape of the variables expected by the query. This should be a generated struct most of the time.
7169 type Variables : serde:: Serialize ;
You can’t perform that action at this time.
0 commit comments