diff --git a/site/code/index.html.js b/site/code/index.html.js index aef07199ab..152d970ad5 100644 --- a/site/code/index.html.js +++ b/site/code/index.html.js @@ -601,6 +601,8 @@ val query = graphql"{ hello }" Executor.execute(schema, query) map println \`\`\` +#### [Caliban](https://ghostdogpr.github.io/caliban/) ([github](https://github.com/ghostdogpr/caliban)): Functional GraphQL library for Scala with minimal boilerplate. + ### OCaml / Reason #### [ocaml-graphql-server](https://github.com/andreas/ocaml-graphql-server): GraphQL server library for OCaml and Reason @@ -619,6 +621,7 @@ Executor.execute(schema, query) map println - [Swift / Objective-C iOS](#swift-objective-c-ios) - [Python](#python-1) - [R](#r) +- [Scala](#scala) ### C# / .NET @@ -686,6 +689,10 @@ Executor.execute(schema, query) map println - [ghql](https://github.com/ropensci/ghql): General purpose GraphQL R client. +### Scala + + - [Caliban](https://ghostdogpr.github.io/caliban/): Functional GraphQL library for Scala, with client code generation and type-safe queries. + ## Tools - [graphiql](https://github.com/graphql/graphiql) ([npm](https://www.npmjs.com/package/graphiql)): An interactive in-browser GraphQL IDE.