Eager load record on Edit Page

Instead of extending 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
Was this page helpful?