From 74c1882b2d55a0a3b90e7478d13b27b9a2b5fe72 Mon Sep 17 00:00:00 2001 From: Milo <50248166+Milo123459@users.noreply.github.com> Date: Mon, 4 Nov 2024 21:06:24 +0000 Subject: [PATCH] maybe fix --- src/gql/queries/strings/GitHubRepos.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gql/queries/strings/GitHubRepos.graphql b/src/gql/queries/strings/GitHubRepos.graphql index f3b0e925..7ae3a03d 100644 --- a/src/gql/queries/strings/GitHubRepos.graphql +++ b/src/gql/queries/strings/GitHubRepos.graphql @@ -1,6 +1,6 @@ query GitHubRepos { githubRepos { - fullName, + fullName defaultBranch } } \ No newline at end of file