diff --git a/vuepress/docs/docs/examples.md b/vuepress/docs/docs/examples.md index e5d2eb4185..944664a669 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)