You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
i10416
changed the title
codegen generates incorrect types for sealed trait with lazy directive and abstractEffectType enabled
bug: codegen generates incorrect types for sealed trait with lazy directive and abstractEffectType enabled
Dec 21, 2024
ghostdogpr
added
bug
Something isn't working
tools
Issue related to Caliban tools like code generation or schema comparison
server
Issue related to caliban server
labels
Dec 21, 2024
This is probably because SchemaWriter does not properly handle union that contains types with
F[_]
here.caliban/tools/src/main/scala/caliban/tools/SchemaWriter.scala
Line 185 in 636b2bd
The text was updated successfully, but these errors were encountered: