om-next

roklenarcic 2017-07-10T20:18:41.150287Z

hey, is anyone using racehub/om-bootstrap?

2017-07-10T21:25:45.164315Z

Should remote login be done through a :remote mutation? I have a 'login mutation with email and password, but I'm not sure how I can return an authentication token from the remote. When I return something, it gets merged (via default-merge) into my state using the 'login symbol. Can I somehow make this run a local mutation or something?

2017-07-10T21:29:20.258370Z

Perhaps somehow using tempids?