Returns the number of currently running mutations with the given mutationKey.
mutationKey
static int activeMutationsForKey(String mutationKey) => _activeByKey[mutationKey] ?? 0;