### Description We keep writing the same Omit logic for **TMutationOptions** in many files. This is messy and hard to maintain. ### Proposed Solution Move the Omit logic to one central place so we don’t repeat it everywhere. ### Why? - Less duplicate code 🧹 - Easier to update later 🔄 - Fewer mistakes ✅