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.
1 parent b50332b commit 98e664eCopy full SHA for 98e664e
graphql_client/src/lib.rs
@@ -40,8 +40,8 @@ use itertools::Itertools;
40
///
41
/// #[derive(GraphQLQuery)]
42
/// #[graphql(
43
-/// query_path = "graphql_client_codegen/src/tests/star_wars_query.graphql",
44
-/// schema_path = "graphql_client_codegen/src/tests/star_wars_schema.graphql"
+/// query_path = "../graphql_client_codegen/src/tests/star_wars_query.graphql",
+/// schema_path = "../graphql_client_codegen/src/tests/star_wars_schema.graphql"
45
/// )]
46
/// struct StarWarsQuery;
47
0 commit comments