Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ottdev
Newbie

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?

0 Kudos
2 REPLIES 2
renojim
Community Streaming Expert

Re: How to implement GraphQL subscriptions

I know nothing of GraphQL or WebSockets, but @Wadimir was trying to implement wss.  Maybe he can help.

Roku Community Streaming Expert

Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.

I am not a Roku employee.
0 Kudos
AbhiK
Streaming Star

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?

0 Kudos