Graphcool / graphcool-framework

Apache License 2.0
1.77k stars 131 forks source link

how to make atomic increment/decrement operation ? #573

Open gabrieltong opened 5 years ago

gabrieltong commented 5 years ago

I'm working on a game trade system.

There may be some concurrency trades, increment or decrement, so I can't update field to a specific value

how can I implement that in graphcool , thank you !