Thank you!
I am already working on resolver/type generation. Type generation seems to be working (on gen branch), but I need to do some extensive testing. I will do resolver generation next.
About passing custom graphql and dql clients I was actually thinking about getting rid of the clients overall, so people can provide their own. I only added those, because the original lambda server did so too. You can use your own client anyways.
Thanks for your feedback!