graphql

2024-09-06T21:38:45.914779Z

I wrote a small lib to convert malli schema object -> lacinia schema objects, which I thought others might find useful https://github.com/p14n/malli-lacinia

namenu 2024-09-07T03:08:14.346909Z

This could be reused into malli generator which will be the dummy resolver. Nice work

2024-09-07T06:31:33.809129Z

Great idea - tests added https://github.com/p14n/malli-lacinia/blob/main/test/p14n/malli_lacinia/gen_test.clj

👍 1
namenu 2024-09-07T08:02:29.004029Z

Great! And this is a tragedy for client developers who could sit back and wait for the schema.

namenu 2024-09-07T08:07:06.968199Z

BTW, this is neither schema-first nor code-first approach. Maybe you invented data-first approach.