Documentation
¶
Overview ¶
Command notes is a small, real app showing decorator-form registration (//@provide / //@rest / //@query in the notes package) coexisting with an explicit hand-written endpoint — all on one DI container and one dashboard.
nexus generate handlers ./examples/notes # writes notes/nexus_handlers_gen.go go run ./examples/notes # REST + GraphQL + /__nexus dashboard
In dev you'd just run `nexus dev ./examples/notes` — the generate step is injected via overlay, so no committed file is needed to iterate.
Click to show internal directories.
Click to hide internal directories.