ottdev
Newbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2021
02:31 AM
How to implement GraphQL subscriptions
As I know currently the RokuOS does not have a framework or functions to create and query GraphQL and currently we are using simple get/post https requests with GraphQL json and it works fine. But now I have to implement GraphQL subscriptions support. Any thoughts on how this can be implemented?
2 REPLIES 2
renojim
Community Streaming Expert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2021
04:27 PM
Re: How to implement GraphQL subscriptions
AbhiK
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2021
09:32 AM
Re: How to implement GraphQL subscriptions
We are working on establishing the socket connection in one of our applications. We have an HTTPS protocol URL with GraphQL subscription and we are not able to find any way to achieve this in Roku.
Does anyone have any idea regarding this?