DynamoDB query/write dependencies.
Query incoming edges for an entity and relation.
Target entity id.
Relation name.
Optional paging options.
Page of incoming edges.
Query outgoing edges for an entity and relation.
Source entity id.
Relation name.
Optional paging options.
Page of outgoing edges.
Remove an edge by key.
Edge key to remove.
Promise resolved once removed.
DynamoDB-backed relational edge store with directional queries.