feathersjs / feathers

The API and real-time application framework
https://feathersjs.com
MIT License
15.02k stars 745 forks source link

【help】,resolve with dataloader #3143

Closed Hareis closed 1 year ago

Hareis commented 1 year ago

In version 5, I encountered the same problem as in graphQL. dataloader cannot be used to batch query all data in resolve when using relational query for data associated with an id in a row. When I query 20 or more data, In resolve, do you have a good solution?