GraphQL server written with akka-http, circe and sangria.
After starting the server with
sbt run
you can run queries interactively using graphql-playground by opening http://localhost:8080 in a browser or query the /graphql
endpoint directly. The HTTP endpoint follows GraphQL best practices for handling the HTTP requests.
- Java 8+
- Sbt
brew install sbt
- Docker
docker run -p 8025:8025 -p 1025:1025 mailhog/mailhog
- Vegeta
brew update && brew install vegeta
Subscription: Need parameter Query