-
Notifications
You must be signed in to change notification settings - Fork 4
Proper example for getMany #335
Copy link
Copy link
Open
Description
Hi guys, could you provide a proper example for getMany (with idResolver etc). Missing it here and in node-service-template (which is great btw). Aiming to implement it with mikro-orm.
I want to manage stuff like getAll or pagination, i.e. collections or complex objects while I am limited with Promise in get and Promise<LoadedValue[]> in getMany using DataSource interface for a loader.
The dumb way just to use get with keys like 'ALL' (for getAll) but yet in coflicts with interface.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels