You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be handy to have a way to provide data down a tree.
{
customer { #customer is an array #we would set the customer id at this stateservices {
evenDeeper {
#and need to access it heresystemsOfCustomer
}
}
}
}
{"customer": [{"id": "x""services" : {"evenDeeper": {"systemsOfCustomer": //system of customer x}}},{"id": "y""services" : {"evenDeeper": {"systemsOfCustomer": //system of customer y}}}]}```
The text was updated successfully, but these errors were encountered:
It would be handy to have a way to provide data down a tree.
The text was updated successfully, but these errors were encountered: