{
viewer {
issueComments(first: 1) {
nodes {
...commonFields
url
}
}
commitComments(first: 1) {
nodes {
...commonFields
url
}
}
gistComments(first: 1) {
nodes {
...commonFields
gist {
owner {
login
}
name
}
}
}
}
}
fragment commonFields on Comment {
createdAt
bodyText
}
{
search(first: 100, type: REPOSITORY, query: "org:w3c language:javascript") {
repositoryCount
nodes {
... on Repository {
url
}
}
}
}
Not possible yet 😕 (GitHub Platform Forum — Stack Overflow)
With v3 and REST (incomplete results):
curl 'https://api.github.com/search/code?q=org%3Aw3c+filename%3Apackage.json+in%3Afile+eslint'
https://github.com/search?q=org%3Aw3c+filename%3Apackage.json+in%3Afile+eslint