Qt + GraphQL
-
wrote on 23 Jan 2019, 14:34 last edited by
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 ?
-
wrote on 25 Jan 2019, 12:41 last edited by
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
wrote on 1 Mar 2020, 04:32 last edited by MrCrackPotBuilder 3 Jan 2020, 04:34@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
wrote on 2 Mar 2020, 01:43 last edited by@MrCrackPotBuilder no, i just keep using Apollo client in our native apps because we haven't started yet our migration... sorry for that
-
wrote on 25 Jan 2023, 17:50 last edited by NYBL
I am writing graphql client framework for Qt-Qml
You can find it here.