Skip to content

Commit

Permalink
Merge pull request #58 from leanix/feature/CID-3293/filter-out-archiv…
Browse files Browse the repository at this point in the history
…ed-repos

CID-3293: Filter out archived repositories
  • Loading branch information
mohamedlajmileanix authored Dec 12, 2024
2 parents e39db2f + 7cc1c79 commit 9dd45ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/graphql/GetRepositories.graphql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
query GetRepositories($pageCount: Int!, $cursor: String) {
viewer {
repositories(first: $pageCount, after: $cursor) {
repositories(isArchived:false, first: $pageCount, after: $cursor) {
pageInfo {
endCursor
hasNextPage
Expand Down

0 comments on commit 9dd45ea

Please sign in to comment.