Skip to content

Instantly share code, notes, and snippets.

@shapr
Created January 10, 2022 18:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shapr/4c5357aca69fbd700c1619f642e9b2d1 to your computer and use it in GitHub Desktop.
Save shapr/4c5357aca69fbd700c1619f642e9b2d1 to your computer and use it in GitHub Desktop.
{
viewer {
following(first: 50) {
pageInfo {
endCursor
hasNextPage
}
totalCount
nodes {
login
repository(name: "flmdata") {
updatedAt
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment