Get info about pull requests from GitHub (using GraphQL)

Job ID: 34163550

Budget: $30 – $250 USD

Complete a python method to query all pull requests in a GitHub repo, using GraphQL.
For each PR with a title matching some criteria:
Get the URL, state (open/merged), date opened, date merged, date of last comment, how many reviewers.

See the attached python file where I have started writing the method.
Related categories: Python JSON GitHub GraphQL