Is there a way to update the sdl files after you've made changes to the prisma schema? Say I have a model that I removed and now my sdl files are stale and not in sync with the schema, rw g types doesn't fix it because it complains about an unknown type now (since I removed that model).
The only workaround I know is to delete the sdl/service and generate it again using the CLI.