| 70 | |
| 71 | // Interface for GitHub Contribution Response |
| 72 | interface GithubContributionResponse { |
| 73 | days: (GitHubContributionDay | null)[][]; |
| 74 | defaultColorPalette: ColorPalette; |
| 75 | } |
| 76 | |
| 77 | /** |
| 78 | * Fetches the GitHub contributions calendar for a user using the GraphQL API. |
nothing calls this directly
no outgoing calls
no test coverage detected