class GraphqlMigrateExecution::DataloaderBatch

These fields return an array of values using Dataloader, based on a method or attribute of object. They can be migrated to dataloader_all calls, using object.flat_map.

TODO: This is not quite right yet. It returns a single array instead of an array of arrays.

Instead, this should create an Array of arrays using dataloader.request_all.