-
-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ff173a3
commit f198bd5
Showing
5 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# Examples | ||
The [examples](https://github.com/ghostdogpr/caliban/tree/master/examples/) project in Github contains various examples: | ||
- [GraphQL API exposed with http4s](https://github.com/ghostdogpr/caliban/tree/master/examples/src/main/scala/caliban/http4s) | ||
- [GraphQL API exposed with Akka HTTP](https://github.com/ghostdogpr/caliban/tree/master/examples/src/main/scala/caliban/akkahttp) | ||
- [GraphQL API exposed with finch](https://github.com/ghostdogpr/caliban/tree/master/examples/src/main/scala/caliban/finch) | ||
- [GraphQL API exposed with play](https://github.com/ghostdogpr/caliban/tree/master/examples/src/main/scala/caliban/play) | ||
- [GraphQL Client usage](https://github.com/ghostdogpr/caliban/tree/master/examples/src/main/scala/caliban/client) | ||
- [Optimization with ZQuery](https://github.com/ghostdogpr/caliban/tree/master/examples/src/main/scala/caliban/optimizations) | ||
- [Interop with Cats Effect](https://github.com/ghostdogpr/caliban/tree/master/examples/src/main/scala/caliban/interop/cats) | ||
- [Interop with Monix](https://github.com/ghostdogpr/caliban/tree/master/examples/src/main/scala/caliban/interop/monix) | ||
- [Interop with Tapir](https://github.com/ghostdogpr/caliban/tree/master/examples/src/main/scala/caliban/tapir) | ||
- [Apollo Federation usage](https://github.com/ghostdogpr/caliban/tree/master/examples/src/main/scala/caliban/federation) | ||
- [GraphQL API exposed with http4s](https://github.com/ghostdogpr/caliban/tree/master/examples/src/main/scala/example/http4s) | ||
- [GraphQL API exposed with Akka HTTP](https://github.com/ghostdogpr/caliban/tree/master/examples/src/main/scala/example/akkahttp) | ||
- [GraphQL API exposed with finch](https://github.com/ghostdogpr/caliban/tree/master/examples/src/main/scala/example/finch) | ||
- [GraphQL API exposed with play](https://github.com/ghostdogpr/caliban/tree/master/examples/src/main/scala/example/play) | ||
- [GraphQL Client usage](https://github.com/ghostdogpr/caliban/tree/master/examples/src/main/scala/example/client) | ||
- [Optimization with ZQuery](https://github.com/ghostdogpr/caliban/tree/master/examples/src/main/scala/example/optimizations) | ||
- [Interop with Cats Effect](https://github.com/ghostdogpr/caliban/tree/master/examples/src/main/scala/example/interop/cats) | ||
- [Interop with Monix](https://github.com/ghostdogpr/caliban/tree/master/examples/src/main/scala/example/interop/monix) | ||
- [Interop with Tapir](https://github.com/ghostdogpr/caliban/tree/master/examples/src/main/scala/example/tapir) | ||
- [Apollo Federation usage](https://github.com/ghostdogpr/caliban/tree/master/examples/src/main/scala/example/federation) | ||
|
||
You may also check out [the repository](https://github.com/ghostdogpr/caliban-blog-series) accompanying my [blog series](https://medium.com/@ghostdogpr/graphql-in-scala-with-caliban-part-1-8ceb6099c3c2) on Caliban. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters