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