Valentin
Valentin
Yes, the issue can be closed. Thank you.
> Indeed, I think the option to use `@GQLName` was ignored because it "leaks" Caliban specifics inside the domain types. That's your root problem here. You are using domain-types for...
@lachezar have a look at https://github.com/arainko/ducktape
I also think that schemas should not be derived by enumeratum types. Enumeratum belongs into the domain or model part of the code. To describe the (business) domain. Caliban offers...
Question just out of interes: would it theoretically be possible to rewrite Laminar using ZIO or cats-effect - or is that not possible due to things like "No FRP Glitches"...