GraphEdgeDefinition

avokka.arangodb.models.GraphEdgeDefinition
See theGraphEdgeDefinition companion object
final case class GraphEdgeDefinition(collection: CollectionName, from: List[CollectionName], to: List[CollectionName])

A definition for the relations of the graph

Value parameters

collection

Name of the edge collection, where the edge are stored in.

from

List of vertex collection names. Edges in collection can only be inserted if their _from is in any of the collections here.

to

List of vertex collection names. Edges in collection can only be inserted if their _to is in any of the collections here.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product