nexus/examples/ts-ast-reader
Tim Griesser 0d06f26b12
feat: add GraphQL 16 support (#977)
2022-02-17 12:47:40 -05:00
..
src feat: add GraphQL 16 support (#977) 2022-02-17 12:47:40 -05:00
README.md A bit of docs cleanup 2019-01-06 18:51:18 -05:00
package.json feat: add GraphQL 16 support (#977) 2022-02-17 12:47:40 -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 feat: add GraphQL 16 support (#977) 2022-02-17 12:47:40 -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