We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 502f4f6 commit 620bdd0Copy full SHA for 620bdd0
site/code/index.html.js
@@ -43,6 +43,7 @@ In addition to the GraphQL [reference implementations in JavaScript](#javascript
43
- [Rust](#rust)
44
- [Scala](#scala)
45
- [Swift](#swift)
46
+- [OCaml / Reason](#ocaml-reason)
47
48
### C# / .NET
49
@@ -601,6 +602,10 @@ val query = graphql"{ hello }"
601
602
Executor.execute(schema, query) map println
603
\`\`\`
604
605
+### OCaml / Reason
606
+
607
+#### [ocaml-graphql-server](https://github.com/andreas/ocaml-graphql-server): GraphQL server library for OCaml and Reason
608
609
## GraphQL Clients
610
611
- [C# / .NET](#c-net-1)
0 commit comments