coronabytes / dotnet-arangodb

.NET Driver for ArangoDB
Apache License 2.0
67 stars 18 forks source link

Bugfix: Replacing edge definition always throws an ArangoException #29

Closed TheCraftyMaker closed 2 years ago

TheCraftyMaker commented 2 years ago

Replacing edge definition in graph always throws an ArangoException stating the edge defitnition is malformed because no edge definition was set in the body of the request.

I've modified the code to include the EdgeDefinition object in the body of the request.

I also added extra test to make sure the change was correct.