This graphql failed with uninformative error message
query {
user(login:"shouldsee") {
login
starredRepositories(last:2) {
nodes {
name
url
stargazers(last:80){
nodes {
login
starredRepositories(last:10) {
nodes {
name
url
}
}
}
}
}
}
}
}
error:
{‘message’: ‘Something went wrong while executing your query. This may be the result of a timeout, or it could be a GitHub bug. Please include CCEE:1B34:2CE6C:380C8:5E7B1E82
when reporting this issue.’}