Skip to content

Instantly share code, notes, and snippets.

@KagamiChan
Last active January 30, 2022 12:40
Show Gist options
  • Save KagamiChan/021d6698c595075f4ef5abec9a40e123 to your computer and use it in GitHub Desktop.
Save KagamiChan/021d6698c595075f4ef5abec9a40e123 to your computer and use it in GitHub Desktop.
gh graphql
{
repository(name: "poi", owner: "poooi") {
releases(last: 100) {
nodes {
releaseAssets(first: 100) {
nodes {
name
downloadUrl
}
pageInfo {
endCursor
hasNextPage
}
}
}
pageInfo {
endCursor
hasNextPage
}
}
}
rateLimit {
limit
cost
remaining
resetAt
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment