editVersionByBlockNumberAndSequence
Look up a specific edit version by its on-chain block and sequence — useful for cross-referencing chain events to indexed state.
editVersionByBlockNumberAndSequence(
blockNumber: BigInt!
sequence: BigInt!
): EditVersion
Arguments
editVersionByBlockNumberAndSequence.blockNumber ● BigInt! non-null scalar
editVersionByBlockNumberAndSequence.sequence ● BigInt! 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.