fix(plugins/base): remove useless parts of queries

This commit is contained in:
lowlighter
2021-10-21 18:55:49 -04:00
parent b936c62329
commit a1e16837fc
4 changed files with 2 additions and 7 deletions

View File

@@ -12,9 +12,6 @@ query BaseOrganization {
repositories(last: 0) {
totalCount
totalDiskUsage
nodes {
name
}
}
packages {
totalCount

View File

@@ -12,9 +12,6 @@ query BaseUser {
repositories(last: 0 $forks $affiliations) {
totalCount
totalDiskUsage
nodes {
name
}
}
packages {
totalCount