Hello, is there any existing tooling/solution for having multiple schema files and import/reuse models across many prisma schema files
It will be great to define models in separate files for larger projects wondering if anything out there that does play nicely with prisma IDE tooling already?
Let's say an Activity model that is tracking table activity but being used by multiple services as relational model