Thanks for sharing your code, @anmonteiro! 🙏It's great to have some more examples out there.
Two quick suggestions/questions:
- Could some of the usages of
io_field be replaced with field to avoid Lwt_result.return, e.g. this one?
- Could you use use HTTP server that ships with
graphql-lwt, or does it lack some feature compared to the one you implemented? At a glance they seem quite similar.
Thanks for sharing your code, @anmonteiro! 🙏It's great to have some more examples out there.
Two quick suggestions/questions:
io_fieldbe replaced withfieldto avoidLwt_result.return, e.g. this one?graphql-lwt, or does it lack some feature compared to the one you implemented? At a glance they seem quite similar.