auto

fun <T, S> auto(namespace: String = "auto/", vararg tags: SurrogateKey): MutationId<T, S>

Automatically generates a MutationId.

Generates an ID for one-time use, so it cannot be shared among multiple places of use.

FIXME: Since this function is for automatic ID assignment, it might be better not to have arguments.