11{
2- "data" : {
3- "repository" : {
4- "pullRequests" : {
5- "totalCount" : 1 ,
6- "edges" : [
7- {
8- "node" : {
9- "number" : 8 ,
10- "title" : " Blueberries are a good fruit" ,
11- "state" : " OPEN" ,
12- "url" : " https://github.com/cli/cli/pull/8" ,
13- "headRefName" : " blueberries" ,
14- "reviewDecision" : " CHANGES_REQUESTED" ,
15- "commits" : {
16- "nodes" : [
17- {
18- "commit" : {
19- "statusCheckRollup" : {
20- "contexts" : {
21- "nodes" : [
22- {
23- "state" : " SUCCESS"
24- }
25- ]
26- }
27- }
28- }
29- }
30- ]
31- }
32- }
33- }
34- ]
35- }
36- },
37- "viewerCreated" : {
38- "totalCount" : 1 ,
39- "edges" : [
40- {
41- "node" : {
42- "number" : 8 ,
43- "state" : " CLOSED" ,
44- "title" : " Strawberries are not actually berries" ,
45- "url" : " https://github.com/cli/cli/pull/8" ,
46- "headRefName" : " strawberries"
47- }
48- },
49- {
50- "node" : {
51- "number" : 8 ,
52- "state" : " MERGED" ,
53- "title" : " Bananas are berries" ,
54- "url" : " https://github.com/cli/cli/pull/8" ,
55- "headRefName" : " banananana"
56- }
57- }
58- ]
59- },
60- "reviewRequested" : {
61- "totalCount" : 0 ,
62- "edges" : []
63- }
64- }
2+ "data" : {
3+ "repository" : {
4+ "pullRequests" : {
5+ "totalCount" : 1 ,
6+ "edges" : [
7+ {
8+ "node" : {
9+ "number" : 8 ,
10+ "title" : " Blueberries are a good fruit" ,
11+ "state" : " OPEN" ,
12+ "url" : " https://github.com/cli/cli/pull/8" ,
13+ "headRefName" : " blueberries" ,
14+ "reviewDecision" : " CHANGES_REQUESTED" ,
15+ "commits" : {
16+ "nodes" : [
17+ {
18+ "commit" : {
19+ "statusCheckRollup" : {
20+ "contexts" : {
21+ "nodes" : [
22+ {
23+ "state" : " SUCCESS"
24+ }
25+ ]
26+ }
27+ }
28+ }
29+ }
30+ ]
31+ }
32+ }
33+ }
34+ ]
35+ }
36+ },
37+ "viewerCreated" : {
38+ "totalCount" : 1 ,
39+ "edges" : [
40+ {
41+ "node" : {
42+ "number" : 10 ,
43+ "state" : " CLOSED" ,
44+ "title" : " Strawberries are not actually berries" ,
45+ "url" : " https://github.com/cli/cli/pull/10" ,
46+ "headRefName" : " strawberries"
47+ }
48+ },
49+ {
50+ "node" : {
51+ "number" : 9 ,
52+ "state" : " MERGED" ,
53+ "title" : " Bananas are berries" ,
54+ "url" : " https://github.com/cli/cli/pull/9" ,
55+ "headRefName" : " banananana"
56+ }
57+ }
58+ ]
59+ },
60+ "reviewRequested" : {
61+ "totalCount" : 0 ,
62+ "edges" : []
63+ }
6564 }
66-
65+ }
0 commit comments