feat(plugins/calendar): add new plugin (#1013) [skip ci]

This commit is contained in:
Simon Lecoq
2022-04-24 03:05:19 +02:00
committed by GitHub
parent 9d1083f263
commit fa66157a24
9 changed files with 198 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
query CalendarDefault {
user(login: "$login") {
calendar:contributionsCollection(from: "$from", to: "$to") {
contributionCalendar {
weeks {
contributionDays {
contributionCount
color
date
}
}
}
}
}
}