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
- Host: GitHub
- URL: https://github.com/avanov/scala-caliban-sample
- Owner: avanov
- License: agpl-3.0
- Created: 2022-11-30T19:13:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T01:00:59.000Z (over 3 years ago)
- Last Synced: 2024-10-06T06:03:08.430Z (over 1 year ago)
- Language: Scala
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).