Slide 13
Slide 13 text
1. Single Endpoint
(SBQI2-RVFSZFYBNQMF
query RepoSummary {
repository(name: "ionic", owner: "ionic-team") {
createdAt,
issues(states: OPEN) {
totalCount
}
stargazers {
totalCount
}
watchers {
totalCount
}
}
}
https://developer.github.com/v4/explorer/