type-arango
type-arango copied to clipboard
🥑 TypeArango manages ArangoDB collections, documents, relations and routes by taking advantage of TypeScript typings.
Would love to see the ability to generate GraphQL routes and schema instead of / in addition to of REST routes using `@arangodb/foxx/graphql`.
my `babel.config.json` file: ``` { "presets": [ [ "@babel/preset-env", { "targets": { "node": "current" } } ], [ "@babel/preset-typescript", {"allowNamespaces": true} ] ], "plugins": [ "babel-plugin-transform-typescript-metadata", ["@babel/plugin-proposal-decorators", { "legacy": true...
Implement support for ArangoDB Graphs
Waiting for https://github.com/Microsoft/TypeScript/issues/2607 to to be implemented Ref: [SO #1](https://stackoverflow.com/questions/55415359/define-argument-type-in-function-body-of-decorator?noredirect=1#comment97557371_55415359) [SO #2](https://stackoverflow.com/questions/55409151/how-to-resolve-generic-type-of-property-value-from-decorated-property-in-decorat?noredirect=1&lq=1)