BlueBrain / basalt

C++11 Graph Storage library
https://bluebrain.github.io/basalt
GNU Lesser General Public License v3.0
4 stars 2 forks source link

schema: add empty ngv payloads to added vertices and edges if not specified #68

Closed tristan0x closed 5 years ago

tristan0x commented 5 years ago

Unless told otherwise with the new default_payload bool option set to False in vertex and edge directives, when a vertex or edge declared with NGV payloads is added without an instance of payload, then a default one is implicitly added.

Fixes #65