Forum Discussion

ottdev's avatar
ottdev
Newbie
4 years ago

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?

  • renojim's avatar
    renojim
    Community Streaming Expert

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

    • AbhiK's avatar
      AbhiK
      Streaming Star

      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?