Github API - Test Config

ContributionCalendarWeek [object]

A week of contributions in a user's contribution graph.

Attributes
contributionDays ContributionCalendarDay []

ContributionCalendarDay [object]

Represents a single day of contributions on GitHub by a user.

Attributes
color String

The hex color code that represents how many contributions were made on this day compared to others in the calendar.

contributionCount Int

How many contributions were made by the user on this day.

contributionLevel ContributionLevel

Indication of contributions, relative to other days. Can be used to indicate
which color to represent this day on a calendar.

date Date

The day this square represents.

weekday Int

A number representing which day of the week this square represents, e.g., 1 is Monday.

API:
Github GraphQL API

The days of contributions in this week.

firstDay Date

Date [scalar]

An ISO-8601 encoded date string.

API:
Github GraphQL API

The date of the earliest square in this week.

API:
Github GraphQL API