Github API - Test Config

ContributionCalendarMonth [object]

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

Attributes
firstDay Date

Date [scalar]

An ISO-8601 encoded date string.

API:
Github GraphQL API

The date of the first day of this month.

name 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 name of the month.

totalWeeks 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 weeks started in this month.

year 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 year the month occurred in.

API:
Github GraphQL API