Skip to content

Commit 7d36112

Browse files
authored
Merge pull request graphql#866 from wokalski/patch-1
Add OCaml GraphQL server library
2 parents 294f9b8 + 620bdd0 commit 7d36112

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

site/code/index.html.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ In addition to the GraphQL [reference implementations in JavaScript](#javascript
4343
- [Rust](#rust)
4444
- [Scala](#scala)
4545
- [Swift](#swift)
46+
- [OCaml / Reason](#ocaml-reason)
4647
4748
### C# / .NET
4849
@@ -601,6 +602,10 @@ val query = graphql"{ hello }"
601602
Executor.execute(schema, query) map println
602603
\`\`\`
603604
605+
### OCaml / Reason
606+
607+
#### [ocaml-graphql-server](https://github.com/andreas/ocaml-graphql-server): GraphQL server library for OCaml and Reason
608+
604609
## GraphQL Clients
605610
606611
- [C# / .NET](#c-net-1)

0 commit comments

Comments
 (0)