Closed bdparrish closed 5 years ago
The API errors out when trying to call self.graph.createGraph(definition, from_id, to_id, attributes).
self.graph.createGraph(definition, from_id, to_id, attributes)
Errors with Failed to create a new edge, edge attribute missing or invalid
Failed to create a new edge, edge attribute missing or invalid
Actual call:
edge = self.graph.createEdge( self.edges_collection, from_id, to_id, {"name": 'test', "_key": f'{uuid.uuid4()}'} )
The API errors out when trying to call
self.graph.createGraph(definition, from_id, to_id, attributes)
.Errors with
Failed to create a new edge, edge attribute missing or invalid
Actual call: