class Arango::Graph

Defined in:

arango/graphs.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(client : Arango::Client, database : String, name : String) #

[View source]

Instance Method Detail

def all #

[View source]
def client : Arango::Client #

[View source]
def create(body : Hash | Array) #

[View source]
def database : String #

[View source]
def delete(name : String) #

[View source]
def edge(definition) #

[View source]
def edge_definition #

[View source]
def get(name : String) #

[View source]
def name : String #

[View source]
def vertex(collection) #

[View source]
def vertex_collection #

[View source]