Is there any way to use Apollo graphql client with qt, qtquick/qml ?
Moved
Unsolved
3rd Party Software
-
My goal is to build an app that plays videos in qt's videoplayer (not html 5 videoplayer) that gets all it's data from a apollo graphql server using Apollo GraphQL
There are clients made for ruby and python etc.. but I only wish to use qml, javascript and/or c++
One way to approach this may be to use the brig library in order to use NPM modules but I have doubts whether it will work.
Another way might be to write a web app and embed with it webengine - but will I be able to pass the data (urls) or signals from the web app to the "native" videoplayer ?
An ios client written in swift exists - could this be compiled and used with qt ?