Skip to main content
Module

x/darango/graph.ts>GraphCreateOptions

An ArangoDB driver for Deno.
Latest
interface GraphCreateOptions
import { type GraphCreateOptions } from "https://deno.land/x/darango@0.1.6/graph.ts";

Properties

name: string
edgeDefinitions: EdgeDefinitions[]
orphanCollections: string[]
isSmart: boolean
isDisjoint: boolean
options: { smartGraphAttribute?: string; satellites?: string[]; numberOfShards?: number; replicationFactor?: string; writeConcern?: number; }