@resistdesign/voltra
    Preparing search index...

    Type Alias RelationEdgesDdbKey

    DynamoDB key shape for relation edges.

    type RelationEdgesDdbKey = {
        edgeKey: string;
        otherId: string;
    }
    Index

    Properties

    Properties

    edgeKey: string

    Partition key encoding entity/relation/direction.

    otherId: string

    Sort key identifying the opposite entity id.