Fix habits and stargazers plugin, add repositories_affiliations options and metadata updates (#117)

This commit is contained in:
Simon Lecoq
2021-02-08 20:35:39 +01:00
committed by GitHub
parent cd83e85146
commit 3f0b9f96a6
31 changed files with 471 additions and 490 deletions

View File

@@ -1,6 +1,6 @@
query BaseRepositories {
$account(login: "$login") {
repositories($after first: $repositories $forks, orderBy: {field: UPDATED_AT, direction: DESC}) {
repositories($after first: $repositories $forks $affiliations, orderBy: {field: UPDATED_AT, direction: DESC}) {
edges {
cursor
}

View File

@@ -8,7 +8,7 @@ query BaseUser {
websiteUrl
isHireable
twitterUsername
repositories(last: 0 $forks) {
repositories(last: 0 $forks $affiliations) {
totalCount
totalDiskUsage
nodes {