Skip to content

Instantly share code, notes, and snippets.

@cg-cnu
Created September 1, 2017 10:08
Show Gist options
  • Save cg-cnu/239590fe454ee0c6956007026a9ca8ea to your computer and use it in GitHub Desktop.
Save cg-cnu/239590fe454ee0c6956007026a9ca8ea to your computer and use it in GitHub Desktop.
query issue count
query {
repository( name: "bundlesize", owner: "siddharthkp") {
issues {
totalCount
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment