feat(plugins/base): add indepth mode for more accurate stats (#999) [skip ci]

This commit is contained in:
Simon Lecoq
2022-04-23 19:15:28 +02:00
committed by GitHub
parent e9e73c8916
commit e3fcd61fce
3 changed files with 68 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
query BaseContributions {
user(login: "$login") {
contributionsCollection {
contributionsCollection$range {
$field
}
}