Qt + GraphQL
-
Hi guys... We are considering to move our mobile app to a cross platform framework and our current candidates are Qt and React Native. The problem we have found with Qt is that we haven't found yet any GraphQL client to hit our server which is a GrahpQL server. I come to you for asking if anyone of you knows something to be use here.
Regards
-
Hi,
What about using libgraphqlparser ?
-
Hi @SGaist
I was looking something more client oriented has this library it's more server side oriented. I don't need to parser the query or mutation call, I was asking if someone knows any solution like Apollo Client but fur Qt/C++
Regards
-
Hi @SGaist
I was looking something more client oriented has this library it's more server side oriented. I don't need to parser the query or mutation call, I was asking if someone knows any solution like Apollo Client but fur Qt/C++
Regards
@freddy311082. Its been a while but I'm wondering if you managed to figure it out? for my understanding creating the query and mutations should be as easy as creating a JSON request following graphql format? I use GraphQL-Ruby on the server and have just started looking at graphql in qt
https://graphql.org/learn/serving-over-http/#http-methods-headers-and-body
-
@freddy311082. Its been a while but I'm wondering if you managed to figure it out? for my understanding creating the query and mutations should be as easy as creating a JSON request following graphql format? I use GraphQL-Ruby on the server and have just started looking at graphql in qt
https://graphql.org/learn/serving-over-http/#http-methods-headers-and-body
@MrCrackPotBuilder no, i just keep using Apollo client in our native apps because we haven't started yet our migration... sorry for that
-
I am writing graphql client framework for Qt-Qml
You can find it here.