Skip to main content

editVersionByNodeId

Reads a single EditVersion using its globally unique ID.

editVersionByNodeId(
nodeId: ID!
): EditVersion

Arguments

editVersionByNodeId.nodeId ● ID! non-null scalar

The globally unique ID to be used in selecting a single EditVersion.

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.