{
tina1998612: user(login: "tina1998612") {
repositories(first: 100, orderBy: {field: STARGAZERS, direction: DESC}) {
nodes {
stargazers {
totalCount
}
}
}
}
sooxt98: user(login: "sooxt98") {
repositories(first: 100, orderBy: {field: STARGAZERS, direction: DESC}) {
nodes {
stargazers {
totalCount
}
}
}
}
}