Adam
11/09/2020, 4:03 AMmakeSchema
when using typescript? All the types aren't generated until you run it, meaning the build will always output errors unless you've built it previouslyRyan
11/09/2020, 8:06 AM"generate:nexus": "ts-node --transpile-only ./src/schema",
before a first-time build so that the types are generated correctly. This would also be useful for CI environments where the types are not available beforehand.