1.1.0 • Published 1 year ago

@waveplay/rexus v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Rexus GitHub license Tests npm minizipped size

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.