We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a444136 commit 4f5b4d6Copy full SHA for 4f5b4d6
1 file changed
Examples/GitMyIssueTotals.gql
@@ -0,0 +1,13 @@
1
+query {
2
+ viewer {
3
+ issues {
4
+ totalCount
5
+ }
6
+ open: issues(states:OPEN) {
7
8
9
+ closed: issues(states:CLOSED) {
10
11
12
13
+}
0 commit comments