{ "data": { "repository": { "pullRequests": { "nodes": [ { "number": 12, "title": "Blueberries are from a fork", "body": "yeah", "url": "https://github.com/OWNER/REPO/pull/12", "headRefName": "blueberries", "baseRefName": "master", "headRepositoryOwner": { "login": "hubot" }, "commits": { "totalCount": 12 }, "author": { "login": "nobody" }, "isCrossRepository": true }, { "number": 10, "title": "Blueberries are a good fruit", "body": "**blueberries taste good**", "url": "https://github.com/OWNER/REPO/pull/10", "baseRefName": "master", "headRefName": "blueberries", "author": { "login": "nobody" }, "headRepositoryOwner": { "login": "OWNER" }, "commits": { "totalCount": 8 }, "isCrossRepository": false } ] } } } }