cheshire137 / gh-notifications-snoozer

Lists and filters and snoozing pull requests, oh my! This is an app for managing your notifications on GitHub by way of filtering issues and pull requests that are of interest to you.
MIT License
15 stars 10 forks source link

Start using GraphQL #124

Closed probablycorey closed 7 years ago

probablycorey commented 7 years ago

This moves Snoozer off the REST API and to GraphQL. There are a few advantages with this:

There are two hiccups. You have to visit https://github.com/prerelease/agreement for the GraphQL API to work! And I need to get the tests to pass.

cc @cheshire137