https://github.com/kubukoz/caliban-http4s-ce3
A template project for building GraphQL applications with http4s/CE3/Caliban and Scala 3.
https://github.com/kubukoz/caliban-http4s-ce3
caliban caliban-graphql cats-effect dotty graphql http4s scala-3 scala3
Last synced: about 1 year ago
JSON representation
A template project for building GraphQL applications with http4s/CE3/Caliban and Scala 3.
- Host: GitHub
- URL: https://github.com/kubukoz/caliban-http4s-ce3
- Owner: kubukoz
- License: other
- Created: 2021-10-22T03:26:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-22T19:19:16.000Z (over 4 years ago)
- Last Synced: 2025-03-09T01:43:48.434Z (about 1 year ago)
- Topics: caliban, caliban-graphql, cats-effect, dotty, graphql, http4s, scala-3, scala3
- Language: Scala
- Homepage:
- Size: 8.79 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# caliban-http4s-ce3
A template project for building GraphQL applications with the following stack:
- http4s,
- Caliban,
- Cats Effect 3
- Scala 3.
## What does it have?
- exposing a resolver under `/api/graphql`
- error logging: errors in the GraphQL interpreter will be logged using slf4j
- source separation: the `core` module is defined without any dependencies on Caliban, so unless you need customization you won't even be able to access ZIO types in there.