Notifications GraphQL API #13056
Replies: 6 comments 2 replies
-
|
Any progress on the GraphQL notifications ? |
Beta Was this translation helpful? Give feedback.
-
|
This seems like a crucial feature for any GitHub apps that want to intelligently integrate with the notification system. Hoping a GH team member can weigh in. |
Beta Was this translation helpful? Give feedback.
-
|
guys,any progress? |
Beta Was this translation helpful? Give feedback.
-
|
I'd like to request for this too. It's pretty annoying to burn up my core rate limit on notification api calls when I could leverage one of the other rate limits like graphql. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
So we had this feature implemented, entirely working, and documented. All for a grand total of four days and then it was removed?!?! Why?! They were added to the API on Jan 10 and removed on Jan 14. And even tho they documented the removal on Jan 14 they continued to work (perfectly, had literally zero bugs with it) until this week when it was actually removed. GH literally already had id done. What is the excuse? I mean besides intentionally providing a worse experience, which seems to be the motto of the changes recently. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
User notifications are not currently available in the GraphQL API. It's been proposed earlier to add them to the GraphQL API, but looks like it went nowhere. I think it would be pretty useful to have as current REST API is not very flexible.
For example, I was trying to get the list of notifications and whether I'm currently subscribed to the threads and with the current REST API I'd have to first, query for the list of notifications, then make query to each one to get the thread subscription.
Beta Was this translation helpful? Give feedback.
All reactions