https://github.com/wave-play/rexus
Rawr.
https://github.com/wave-play/rexus
Last synced: about 1 year ago
JSON representation
Rawr.
- Host: GitHub
- URL: https://github.com/wave-play/rexus
- Owner: Wave-Play
- License: mit
- Created: 2021-12-08T17:28:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-25T12:32:30.000Z (about 1 year ago)
- Last Synced: 2025-04-29T14:04:52.509Z (about 1 year ago)
- Language: TypeScript
- Size: 1.26 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rexus [](https://github.com/Wave-Play/rexus/blob/main/LICENSE) [](https://github.com/Wave-Play/rexus/actions)  [](https://bundlephobia.com/result?p=@waveplay/rexus)
Rexus is Nexus' bestie.
It allows for the separation of resolver definitions vs implementations.
This unlocks the ability to generate schemas without building the entire project.
With Docker, this can be a massive improvement as it allows for layer caching & parallel builds.
As a bonus, it enables resolvers to call one another within the same shared context!
The downsides? Well, additional overhead for one. Types are also lost with Rexus... for now.