Open
Description
Is your feature request related to a problem? Please describe.
Vulcan could generate REST endpoints
Describe the solution you'd like
- Generate the definition of a REST API
- Factor code common with graphql: we probably could create a "vulcan-connector" package or "vulcan-crud" for data access, because connector are not specific to graphql, but to any "storable"/"persisted"/"CRUD" model actually.