NAME
ArangoDB2::Graph - ArangoDB2 graph API methods
DESCRIPTION
ArangoDB2::Graph implements the "General Graph" API (/_api/gharial) and not the deprecated "Graphs" API (/_api/graph). In order to make things more intuitive this is named "Graph" instead of "Gharial."
METHODS
- new
- create
- delete
- dropCollections
- edgeDefinition
- edgeDefinitionRegister
- edgeDefinitions
- get
- list
- orphanCollections
- vertex
- vertexCollection
- vertexCollections
AUTHOR
Ersun Warncke, <ersun.warncke at outlook.com>
http://ersun.warnckes.com
COPYRIGHT
Copyright (C) 2014 Ersun Warncke
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.