jhnnsrs / rath

rath is an apollo-like graphql client that supports links, multipart uploads, websocket subscriptions with sync and async interface
https://jhnnsrs.github.io/rath/
MIT License
9 stars 3 forks source link

Fix examples #13

Closed Evgenus closed 2 years ago

jhnnsrs commented 2 years ago

Nice! Thanks a lot ! I do think that the examples section should be extended now, as the api is shaping to be more stable. Do you have any specific usecase how you use rath? Maybe something that translates easily to an example? Also out of curiosity: Do you use rath combined with turms?

Evgenus commented 2 years ago

Do you have any specific usecase how you use rath?

ATM, only running string queries. Async example works fine for me.

Also out of curiosity: Do you use rath combined with turms?

Unfortunately no. I need a small integration with some third party (only a few queries and mutations). I started with https://github.com/profusion/sgqlc. Later on, I was looking for async capabilities and found rath. I like your tech stack and maybe someday I will give a shot to turms as well. Good job and good luck.