The great refactor (#82)
This commit is contained in:
15
source/plugins/isocalendar/queries/calendar.graphql
Normal file
15
source/plugins/isocalendar/queries/calendar.graphql
Normal file
@@ -0,0 +1,15 @@
|
||||
query IsocalendarCalendar {
|
||||
user(login: "$login") {
|
||||
calendar:contributionsCollection(from: "$from", to: "$to") {
|
||||
contributionCalendar {
|
||||
weeks {
|
||||
contributionDays {
|
||||
contributionCount
|
||||
color
|
||||
date
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user