ManagedModels
ManagedModels copied to clipboard
Generate `fetchRequest` static method
NSManagedObject itself provides a fetchRequest method, but that is type erased. So we should generate a fetchRequest method that overloads with the actual model type.
I think I might have had that already in an earlier version, might be in the commit log as dropped 🙈