An open API service indexing awesome lists of open source software.

https://github.com/avanov/scala-caliban-sample

A sample project stub that uses Caliban GraphQL parser and resolver
https://github.com/avanov/scala-caliban-sample

Last synced: 12 months ago
JSON representation

A sample project stub that uses Caliban GraphQL parser and resolver

Awesome Lists containing this project

README

          

# scala-caliban-sample

Run the following command to build the project and run its test suite:

```bash
make test
```

If you are using Nix, you can bootstrap the required environment via:

```bash
nix-shell --run "make test"
```

[LICENSED UNDER AGPLv3](./LICENSE).