relationVersionByNodeId
Reads a single RelationVersion using its globally unique ID.
relationVersionByNodeId(
nodeId: ID!
): RelationVersion
Arguments
relationVersionByNodeId.nodeId ● ID! non-null scalar
The globally unique ID to be used in selecting a single RelationVersion.
Type
RelationVersion object
Historical snapshot of one relation as it existed in a specific edit. Used for time-travel queries and version history.