Lachezar Yankov
Lachezar Yankov
Indeed, I think the option to use `@GQLName` was ignored because it "leaks" Caliban specifics inside the domain types. This could be eliminated by having a second set of types...
This could be quite useful feature in case you chose to use authentication through JWT issued by Firebase Auth or Auth0's, since they rotate their JWKs periodically.
@jkarni yes, they have a public url with their JWK set, however they also have different formats from what I have read about the topic from Hasura's docs - https://hasura.io/docs/1.0/graphql/manual/auth/authentication/jwt.html#popular-providers-and-known-issues...
+1
+1
I am getting similar error in a query that is using `lift(opt).forall(_ == ???)` in combination with an `sql"...".asCondition` expression. The generated query looks like ``` WHERE (? IS NULL...
I am also looking for this functionality or at least be able to auto derive codec with configuration for pascal case, snake case, etc. and possibly also a way to...
Unfortunately our project uses Scala 3 and there is no Chimney or other library to my knowledge that can make it easier to generate such DTOs without having to make...
Thank you for preemptively opening this issue. I was about to open issue myself when I saw it 🙈
I can second this complaint. We have invested quite a lot of time to migrate from Doobie to pure Quill queries and now the compilation times are really slow. It...