Module graphql

Module graphql 

Source
Expand description

GraphQL queries for GitHub API.

Uses a single GraphQL query to fetch issues from multiple repositories efficiently, avoiding multiple REST API calls.

Structs§

IssueNode
A GitHub issue from the GraphQL response.
IssuesConnection
Issues connection from GraphQL.
LabelNode
A single label.
Labels
Labels container from GraphQL response.
RepoIssues
Issues response for a single repository.

Functions§

fetch_issues
Fetches open “good first issue” issues from all curated repositories.