From 70a2f2663e0bbaf40d99f36b69fdcfd33bebd46c Mon Sep 17 00:00:00 2001 From: Pierre Ricadat Date: Mon, 27 Apr 2020 16:13:23 +0900 Subject: [PATCH] Add Caliban to the list of graphql libraries --- site/code/index.html.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/site/code/index.html.js b/site/code/index.html.js index 4e1e6f29fb..5718b5d568 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. + ## GraphQL Clients - [C# / .NET](#c-net-1) @@ -614,6 +616,7 @@ Executor.execute(schema, query) map println - [Swift / Objective-C iOS](#swift-objective-c-ios) - [Python](#python-1) - [R](#r) +- [Scala](#scala) ### C# / .NET @@ -676,6 +679,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.