Skip to content

Wave-Play/rexus

Repository files navigation

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.