{ "data": { "repository": { "pullRequests": { "totalCount": 0, "edges": [] } }, "viewerCreated": { "totalCount": 3, "edges": [ { "node": { "number": 8, "title": "Strawberries are not actually berries", "state": "OPEN", "url": "https://github.com/cli/cli/pull/8", "headRefName": "strawberries", "reviewDecision": "CHANGES_REQUESTED", "commits": { "nodes": [ { "commit": { "statusCheckRollup": { "contexts": { "nodes": [ { "state": "SUCCESS" } ] } } } } ] } } }, { "node": { "number": 7, "title": "Bananas are berries", "state": "OPEN", "url": "https://github.com/cli/cli/pull/7", "headRefName": "banananana", "reviewDecision": "APPROVED", "commits": { "nodes": [ { "commit": { "statusCheckRollup": { "contexts": { "nodes": [ { "status": "IN_PROGRESS", "conclusion": "" } ] } } } } ] } } }, { "node": { "number": 6, "title": "Avocado is probably not a berry", "state": "OPEN", "url": "https://github.com/cli/cli/pull/6", "headRefName": "avo", "reviewDecision": "REVIEW_REQUIRED", "commits": { "nodes": [ { "commit": { "statusCheckRollup": { "contexts": { "nodes": [ { "status": "IN_PROGRESS", "conclusion": "" }, { "state": "FAILURE" }, { "status": "COMPLETED", "conclusion": "NEUTRAL" } ] } } } } ] } } } ] }, "reviewRequested": { "totalCount": 0, "edges": [] } } }