Netlify Function Prisma Client claiming "Unknown field" when deployed, development/local works

I’m wondering if the Prisma schema is cached, no changes I seem to make to the schema take effect. The node code changes but I feel like the handler function can’t see changes tot he Prisma schema.

This post suggests things outside the the handler only run once, which might include reading the prisma schema?