-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I've an app with customers and orders. In my frontend I've a table with customers and a column with ordersCount. I would like to populate that with graph-populate. So dynamically populate a number to an item.
A possible way would be:
ordersCount: {
service: 'orders',
nameAs: 'ordersCount',
params: { query: { limit: 0 }, paginate: true }
transformResult: (item, context) => item.total
},Metadata
Metadata
Assignees
Labels
No labels