Skip to content

Instantly share code, notes, and snippets.

View relaxart's full-sized avatar
🥋
Coding time

Ilya Isaev relaxart

🥋
Coding time
View GitHub Profile
@relaxart
relaxart / gist:2fb74b1884794ee5d5c5a9bc5f88f51d
Created January 17, 2022 07:14
Query number of reviews
{
organization(login: "orgname") {
membersWithRole(first: 20){
nodes{
name
login
contributionsCollection(from: "2021-11-01T00:00:00+07:00") {
totalPullRequestReviewContributions
}
}