Remove ownerAffiliations: OWNER constraint and add option to include forks (#61)

This commit is contained in:
Simon Lecoq
2021-01-14 13:33:46 +01:00
committed by GitHub
parent 9632f5faf6
commit c34e73fa68
19 changed files with 64 additions and 45 deletions

View File

@@ -113,6 +113,7 @@
name:"metrics",
watchers:{totalCount:Math.floor(Math.random()*100)},
stargazers:{totalCount:Math.floor(Math.random()*1000)},
owner:{login:"lowlighter"},
languages:{
edges:[
{size:111733, node:{color:"#f1e05a", name:"JavaScript"}
@@ -141,6 +142,7 @@
user:{
repository:{
name:"metrics",
owner:{login:"lowlighter"},
createdAt:new Date().toISOString(),
diskUsage:Math.floor(Math.random()*10000),
watchers:{totalCount:Math.floor(Math.random()*100)},