You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: graphql_client_codegen/src/codegen.rs
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
+
usecrate::fragments::GqlFragment;
2
+
usecrate::operations::Operation;
3
+
usecrate::query::QueryContext;
4
+
usecrate::schema;
5
+
usecrate::selection::Selection;
1
6
use failure;
2
-
use fragments::GqlFragment;
3
7
use graphql_parser::query;
4
-
use operations::Operation;
5
8
use proc_macro2::TokenStream;
6
-
use query::QueryContext;
7
-
use schema;
8
-
use selection::Selection;
9
9
10
10
/// Selects the first operation matching `struct_name`. Returns `None` when the query document defines no operation, or when the selected operation does not match any defined operation.
0 commit comments