Cross File Relations
Cross-File Relations is an optional feature that supercharges Prisma Util's schema parsing to allow better model relations.
To enable this optional feature, add the crossFileRelations
element to your optionalFeatures array in your configuration object.
Feature Effect
Prisma Util will try to resolve naming conflicts that involve models from different files by providing a dialog allowing you to skip or rename a model. Alternatively, you can use the relations configuration property to automate this task.
Last updated