I have a question about om
I want to update the app-state but I am failing to find the correct way to do it. Can someone please point me in the correct direction?
@thaddeus.aid Updating the app state in done using om/transact!
https://github.com/omcljs/om/wiki/Documentation-(om.next)#transact
The handling of the mutate query itself is done by your parser.
I think I wrote that code like 20 times but this time it worked. Thanks!
U r not alone