Driver configuration for relation indexing.
Create a relationship via the relational backend.
Relationship info to create.
Target type name for the relationship.
When true, remove existing outgoing edges before inserting.
Promise resolved once the relationship is stored.
Delete a relationship via the relational backend.
Relationship info to delete.
Target type name for the relationship.
Promise resolved once the relationship is removed.
List relationships via the relational backend.
Relationship list configuration and origin.
Target type name for the relationship.
List results with items and cursor.
Adapter that stores relationships as directional edges via a relational backend.