Github API - Test Config

ContributionCalendar [object]

A calendar of contributions made on GitHub by a user.

Attributes
colors 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

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

isHalloween Boolean

Boolean [scalar]

The Boolean scalar type represents true or false.

API:
Github GraphQL API

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

months ContributionCalendarMonth []

ContributionCalendarMonth [object]

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

Attributes
firstDay Date

The date of the first day of this month.

name String

The name of the month.

totalWeeks Int

How many weeks started in this month.

year Int

The year the month occurred in.

API:
Github GraphQL API

A list of the months of contributions in this calendar.

totalContributions 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

The count of total contributions in the calendar.

weeks ContributionCalendarWeek []

ContributionCalendarWeek [object]

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

Attributes
contributionDays ContributionCalendarDay []

The days of contributions in this week.

firstDay Date

The date of the earliest square in this week.

API:
Github GraphQL API

A list of the weeks of contributions in this calendar.

API:
Github GraphQL API