ArangoGraphCollection

io.funkode.arangodb.ArangoGraphCollection
class ArangoGraphCollection[Encoder[_], Decoder[_]](databaseName: DatabaseName, graphName: GraphName, collectionName: CollectionName)(using arangoClient: ArangoClient[Encoder, Decoder])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def edge(key: DocumentKey): ArangoGraphEdge[Encoder, Decoder]
def vertex(key: DocumentKey): ArangoGraphVertex[Encoder, Decoder]