Created
September 1, 2017 10:08
-
-
Save cg-cnu/239590fe454ee0c6956007026a9ca8ea to your computer and use it in GitHub Desktop.
query issue count
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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