NAME
ArangoDB2::Edge - ArangoDB edge API methods
DESCRIPTION
ArangoDB edges are fundamentally documents, with a few extra features thrown in. ArangoDB2::Edge inherits most of its methods from ArangoDB2::Document.
ORIGINAL METHODS
- create
 - from
 - to
 
INHERITED METHODS
- data
 - delete
 - get
 - head
 - keepNull
 - list
 - policy
 - replace
 - rev
 - type
 - update
 - waitForSync
 
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.