Hi,
what is in front-end the equivalent of orm, sample :
something so exist?
Thanks
what is in front-end the equivalent of orm, sample :
PHP Code:
$entity = $entityManager->getEntityById($entityType, $id);
PHP Code:
let contact = this.fetch('Contact', idOfContact);
Comment