nexus/examples/ts-ast-reader
Jason Kuhrt 1ebae9f2a8 chore: update nexus ver in examples 2020-12-14 14:10:29 -05:00
..
src improve!: rename package to nexus (#699) 2020-12-14 09:41:29 -05:00
README.md A bit of docs cleanup 2019-01-06 18:51:18 -05:00
package.json chore: update nexus ver in examples 2020-12-14 14:10:29 -05:00
test-query.graphql WIP on several new features: 2018-12-01 16:53:42 -05:00
ts-ast-reader-schema.graphql feat: replace list & nullable API by type wrappers (#538) 2020-11-18 17:59:59 +01:00
tsconfig.json
yarn.lock chore: update nexus ver in examples 2020-12-14 14:10:29 -05:00

README.md

ts-ast-reader

A good example of something that would be much more difficult/tedious to build with schema-first development

Attempts to build an GraphQL API that can be used to query the TypeScript AST nodes.

Sacrifices a bit of type-safety for practicality, still a bit WIP