Skip to content

Add Caliban to the list of GraphQL libraries #864

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions site/code/index.html.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down Expand Up @@ -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.
Expand Down