From 48447802d48affe7293bd77a63e3fe45fc67ea49 Mon Sep 17 00:00:00 2001 From: Milo <50248166+Milo123459@users.noreply.github.com> Date: Mon, 4 Nov 2024 21:09:07 +0000 Subject: [PATCH] fixed it --- src/gql/queries/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gql/queries/mod.rs b/src/gql/queries/mod.rs index 45476c911..dd7eb744a 100644 --- a/src/gql/queries/mod.rs +++ b/src/gql/queries/mod.rs @@ -152,7 +152,7 @@ pub struct TemplateDetail; #[derive(GraphQLQuery)] #[graphql( schema_path = "src/gql/schema.json", - query_path = "src/gql/queries/strings/GithubRepos.graphql", + query_path = "src/gql/queries/strings/GitHubRepos.graphql", response_derives = "Debug, Serialize, Clone" )] pub struct GitHubRepos;