Skip to content

Commit 98e664e

Browse files
committed
Correct schema paths in tests
1 parent b50332b commit 98e664e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graphql_client/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ use itertools::Itertools;
4040
///
4141
/// #[derive(GraphQLQuery)]
4242
/// #[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"
43+
/// query_path = "../graphql_client_codegen/src/tests/star_wars_query.graphql",
44+
/// schema_path = "../graphql_client_codegen/src/tests/star_wars_schema.graphql"
4545
/// )]
4646
/// struct StarWarsQuery;
4747
///

0 commit comments

Comments
 (0)