Type alias EdgeMetadata

EdgeMetadata: {
    _from: string;
    _to: string;
}

ArangoDB metadata defining the relations of an edge document.

Type declaration

  • _from: string

    Unique ID of the document that acts as the edge's start vertex.

  • _to: string

    Unique ID of the document that acts as the edge's end vertex.

Generated using TypeDoc