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;