editVersion
Read a single edit version by ID. Each edit publishes a new EditVersion row.
editVersion(
editId: UUID!
): EditVersion
Arguments
editVersion.editId ● UUID! non-null scalar
Type
EditVersion object
One published edit. Each EditVersion captures a set of operations (createEntity / updateEntity / createRelation / deleteRelation / etc.) applied atomically. The graph's current state is the sum of all applied EditVersions.