Functional GraphQL library for Scala

functional-programming graphql graphql-client graphql-server scala
2 Open Issues Need Help Last updated: Jun 24, 2025

Open Issues Need Help

View All on GitHub

AI 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.

Complexity: 4/5
good first issue client tools

Functional GraphQL library for Scala

Scala
#functional-programming#graphql#graphql-client#graphql-server#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.

Complexity: 4/5
bug good first issue tools

Functional GraphQL library for Scala

Scala
#functional-programming#graphql#graphql-client#graphql-server#scala