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