Eager load record on Edit Page
Instead of extending
The same way you can do this for ListRecords using
getEloquentQuery which affects ListRecords page, how can I add eager loading to the CreateRecord only?The same way you can do this for ListRecords using
getTableQuery