ContributionCalendarDay Object
Represents a single day of contributions on GitHub by a user.
Fields
#
color
String !
Non-null
The hex color code that represents how many contributions were made on this day compared to others in the calendar.
contributionLevel
Non-null
Indication of contributions, relative to other days. Can be used to indicate which color to represent this day on a calendar.
weekday
Int !
Non-null
A number representing which day of the week this square represents, e.g., 1 is Monday.
Usages
#
References
#
- Field contributionDays from ContributionCalendarWeek
Previous
ContributionCalendar
