sainthkh / reasonql

Type-safe and simple GraphQL library for ReasonML developers.
MIT License
96 stars 5 forks source link

Plans for native (non-node) usage? #4

Open sgrove opened 5 years ago

sgrove commented 5 years ago

Really impressed with the rationale and design for reasonql, thank you for putting this together!

Is it a goal of reasonql to work seamlessly as a GraphQL client on the backend as well (e.g. if my server needs to communicated with an external GQL service in a convenient and type-safe way)?

sainthkh commented 5 years ago

To be honest with you, I was thinking that 0.1.x will be the last version because I've created everything we need. I realized how wrong I was.

Yes, I want to add that, too. It might be possible to parse JSON with yojson and decode them to ReasonML/OCaml records.

But I cannot promise when I can even start it...