Current section

Files

Jump to
caffeine_lang include caffeine_lang@codegen@graph_data_GraphEdge.hrl
Raw

include/caffeine_lang@codegen@graph_data_GraphEdge.hrl

-record(graph_edge, {
source :: binary(),
target :: binary(),
relation_type :: binary()
}).