query CountPullRequests($query_string: String!) { search(query: $query_string, type: ISSUE, last: 1) { issueCount } }