Object GitHub::ContributionCalendar

A calendar of contributions made on GitHub by a user.

Fields

colors: [String!]!

A list of hex color codes used in this calendar. The darker the color, the more contributions it represents.

isHalloween: Boolean!

Determine if the color set was chosen because it's currently Halloween.

months: [ContributionCalendarMonth!]!

A list of the months of contributions in this calendar.

totalContributions: Int!

The count of total contributions in the calendar.

weeks: [ContributionCalendarWeek!]!

A list of the weeks of contributions in this calendar.

Uses

ContributionsCollection.contributionCalendar