ra0o0f / arangoclient.net

ArangoDB .NET Client with LINQ support
Apache License 2.0
99 stars 37 forks source link

Edge Document API not supported? #138

Open imtrobin opened 4 years ago

imtrobin commented 4 years ago

Hi, I found a major problem when working with Edge document. When I call RemoveByID for edge collection, it returns document not found. I dug deeper and found the all methods (Insert, Replace, Update, Exist..) all calls Collection (), and not CollectionEdge ().

So is this an incomplete part or am I missing something?