Config file not found | Path resolved relative to schema file, not project root | Check path is relative to schema location |
Config validation error | Empty config string (config = "" ) | Remove config attribute or provide valid path |
Output path unexpected | JSON config output ignored due to explicit generator block output | Remove block output or align paths |
Missing model schemas | Model disabled (minimal mode default) | Add model config or switch mode |
Missing variant files | emit.variants=false or single-file mode | Enable flag / disable single-file |
Enum reference errors | emit.enums=false | Enable enums or remove enum fields |
Nested inputs missing | Minimal mode pruning | Switch to full/custom or explicitly enable operations |
*CreateInput missing relation fields | Minimal mode blocks regular CreateInput schemas | Use *UncheckedCreateInput schemas or switch to full mode |
TypeScript errors about missing relation fields | Importing blocked CreateInput schemas in minimal mode | Import UncheckedCreateInput variants instead |