Current section
Files
Jump to
Current section
Files
include/prequel@ast_Entity.hrl
-record(entity, {
span :: prequel@span:span(),
name :: binary(),
keys :: list(prequel@ast:key()),
attributes :: list(prequel@ast:attribute()),
inner_relationships :: list(prequel@ast:relationship()),
children :: gleam@option:option(prequel@ast:hierarchy())
}).