nexus/examples/ts-ast-reader
Tim Griesser 74c93e2ce4
refactor: add importsNotUsedAsValues: error to force import type (#872)
2021-03-27 16:26:13 -04:00
..
src refactor: add importsNotUsedAsValues: error to force import type (#872) 2021-03-27 16:26:13 -04: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 Begin work on ast reader 2018-11-29 11:47:20 -05:00
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