prisma-labs / graphql-framework-experiment

Code-First Type-Safe GraphQL Framework
https://nexusjs.org
MIT License
674 stars 66 forks source link

Typegen without requiring dev mode #478

Open jasonkuhrt opened 4 years ago

jasonkuhrt commented 4 years ago

Perceived Problem

Ideas / Proposed Solution(s)

chrisdrackett commented 4 years ago

I'm running into this when we do type checking in CI. Maybe once I'm able to build this won't be an issue, but as things stand I can't run tsc in CI.

jasonkuhrt commented 4 years ago

Maybe once I'm able to build this won't be an issue

@chrisdrackett In CI, this is what you would want to do. If that isn't working for you, could you open a new issue about it?

chrisdrackett commented 4 years ago

yeah, I've raised it here for now, but I can add an issue as well: https://github.com/graphql-nexus/nexus/discussions/701