Remove ownerAffiliations: OWNER constraint and add option to include forks (#61)
This commit is contained in:
@@ -8,7 +8,7 @@ query Metrics {
|
||||
websiteUrl
|
||||
isHireable
|
||||
twitterUsername
|
||||
repositories(last: 0, isFork: false, ownerAffiliations: OWNER) {
|
||||
repositories(last: 0 $forks) {
|
||||
totalCount
|
||||
totalDiskUsage
|
||||
nodes {
|
||||
|
||||
Reference in New Issue
Block a user