15 lines
299 B
GraphQL
15 lines
299 B
GraphQL
query IsocalendarCalendar {
|
|
user(login: "$login") {
|
|
calendar:contributionsCollection(from: "$from", to: "$to") {
|
|
contributionCalendar {
|
|
weeks {
|
|
contributionDays {
|
|
contributionCount
|
|
color
|
|
date
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |