Skip to content

Commit

Permalink
💥 Update to displayed issues and pull requests #75
Browse files Browse the repository at this point in the history
- Will now show only open pull requests and issues
  • Loading branch information
CryogenicPlanet committed Nov 8, 2020
1 parent f65e9c5 commit 7f09875
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 44 deletions.
91 changes: 49 additions & 42 deletions common/relay/__generated__/repoQuery.graphql.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions common/relay/repoQuery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const repoQuery = graphql`
createdAt
name
stargazerCount
issues {
issues(states: OPEN) {
totalCount
}
languages(first: 1, orderBy: { field: SIZE, direction: DESC }) {
Expand All @@ -18,7 +18,7 @@ const repoQuery = graphql`
color
}
}
pullRequests {
pullRequests(states: OPEN) {
totalCount
}
releases(last: 1) {
Expand Down

0 comments on commit 7f09875

Please # to comment.