Feature Enhancement: Send Argument list to Generator

This morning, I wrote out a nice prisma schema with about ten models. Then, this afternoon, I started generating the SDL’s one by one. After a few iterations, I thought “It would be nice to send a list of models to this generator instead of doing this one by one.” I looked around and could not find a method on doing this or discussion about this.

So, I figured I would open a topic about it. What do you think about this?