dotansimha / dotansimha/graphql-code-generator
Transform documents without introspection
Open
core
- Dominant language
- TypeScript
- Stars
- 11.3k
- Forks
- 1.4k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 23
Description
Codegen is awesome when developing on a local machine, however I don't care about type safety on the deployment server. I'd like to be able to pass an option to the CLI so it does not complain about the unreachable introspection endpoint, and simply generates valid documents with `any` types to be used in my node env —just as would `gql` do.
Is this already possible, or am I missing something and should I check-in the generated documents from dev?
Open to suggestions regarding a clean deployment process I've yet to figure out!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.