Github API - Test Config

ContributionCalendarDay [object]

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

Attributes
color String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

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

contributionCount Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

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

contributionLevel ContributionLevel

ContributionLevel [enum]

Varying levels of contributions from none to many.

Possible values
FIRST_QUARTILE

Lowest 25% of days of contributions.

FOURTH_QUARTILE

Highest 25% of days of contributions. More contributions than the third quartile.

NONE

No contributions occurred.

SECOND_QUARTILE

Second lowest 25% of days of contributions. More contributions than the first quartile.

THIRD_QUARTILE

Second highest 25% of days of contributions. More contributions than second quartile, less than the fourth quartile.

API:
Github GraphQL API

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

date Date

Date [scalar]

An ISO-8601 encoded date string.

API:
Github GraphQL API

The day this square represents.

weekday Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

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

API:
Github GraphQL API