@mikro-orm/coreEnumerationsVersion: 7.0On this pageDataloaderType Controls which relation types use the dataloader for batched loading.Index Enumeration MembersALLCOLLECTIONNONEREFERENCEEnumeration Members ALLALL: 3Use the dataloader for both Reference and Collection relations.COLLECTIONCOLLECTION: 2Use the dataloader for Collection (to-many) relations only.NONENONE: 0Dataloader is disabled.REFERENCEREFERENCE: 1Use the dataloader for Reference (to-one) relations only.
Controls which relation types use the dataloader for batched loading.