From 1339e90766ab181a4a7fa6bb01d70418ac1194f0 Mon Sep 17 00:00:00 2001 From: Pierre Ricadat Date: Tue, 2 Jul 2024 12:18:09 +0900 Subject: [PATCH] Update examples.md --- vuepress/docs/docs/examples.md | 1 + 1 file changed, 1 insertion(+) diff --git a/vuepress/docs/docs/examples.md b/vuepress/docs/docs/examples.md index e5d2eb418..944664a66 100644 --- a/vuepress/docs/docs/examples.md +++ b/vuepress/docs/docs/examples.md @@ -7,6 +7,7 @@ The [examples](https://github.com/ghostdogpr/caliban/tree/series/2.x/examples/) - [GraphQL API exposed with play](https://github.com/ghostdogpr/caliban/tree/series/2.x/examples/src/main/scala/example/play) - [GraphQL API exposed with play's route file](https://github.com/rlavolee/caliban-play-with-route-file) - [GraphQL API exposed with zio-http](https://github.com/ghostdogpr/caliban/tree/series/2.x/examples/src/main/scala/example/ziohttp) +- [GraphQL API exposed with Ox and Netty](https://gist.github.com/ghostdogpr/7eaf3d6b38a78a3a55723954f4fa9ba6) - [GraphQL Client usage](https://github.com/ghostdogpr/caliban/tree/series/2.x/examples/src/main/scala/example/client) - [GraphQL Client integration with Laminext](https://github.com/ghostdogpr/caliban/tree/series/2.x/client-laminext/src/test/scala/caliban/client/laminext) - [Optimization with ZQuery](https://github.com/ghostdogpr/caliban/tree/series/2.x/examples/src/main/scala/example/optimizations)