Open
Description
Feature description
It's hard to build idempotence interaction with Datahub.
Mostly because there is only input method, which equals to set.
Graphql provides _inc
method, some example here.
Supporting it will allow to create counters that wouldn't broke if we have few clients to sync.