moaxcp / graph-dsl

A groovy dsl for creating and traversing graphs.
https://moaxcp.github.io/graph-dsl/
MIT License
27 stars 6 forks source link

Add a 'trait' key to edge and vertex params #33

Closed moaxcp closed 7 years ago

moaxcp commented 7 years ago

trait will allow a single trait to be applied without the need to pass a list to traits.

vertex 'A' trait: LinkedHashMap