Skip to main content
Module

x/darango/edge.ts>EdgeCollection#_internal

An ArangoDB driver for Deno.
Latest
method EdgeCollection.prototype._internal
import { EdgeCollection } from "https://deno.land/x/darango@0.1.6/edge.ts";

Internal method for getting edge documents from this collection.

Parameters

vertex: string

The vertex to get edges for.

optional
direction: "in" | "out"

Direction to use for searching in relation to the vertex.

Returns

Promise<Edge<T, F>[]>

An array of Edge documents.