Open Issues Need Help
View All on GitHubAI Summary: The task is to modify the Caliban GraphQL client code generation process to handle Scala 3.7.x's `using` keyword requirement for explicitly passed implicits without breaking compatibility with older Scala versions. This likely involves conditional compilation or a similar technique to provide different generated code based on the Scala version.
Functional GraphQL library for Scala
AI Summary: The `calibanGenClient` tool is generating invalid Scala code containing unescaped double quotes within a `@deprecated` annotation. The task is to fix the code generation process within `calibanGenClient` so that it correctly escapes double quotes in strings passed to the `@deprecated` annotation, ensuring compatibility with scalafmt.
Functional GraphQL library for Scala