Module arangors::graph[][src]

This module facilitates the building of new named graphs as well as the retrieval of existing indexes in ArangoDB.

The various structures are following the HTTP specification as detailed in this ArangoDB section

For detailed information about ArangoDB named graphs, please check out the official ArangoDB documentation.

Structs

EdgeDefinition

Represents one Edge definition for a Graph Creation.

Graph

Represents a Named Graph in ArangoDB.

GraphCollection

Represents a collection of Graphs on a database in ArangoDB.

GraphOptions

Represents the available options for a Graph Creation

GraphResponse

Represents a Graph as returned by ArangoDB after a HTTP retrieval