TypeEdge
A directed, typed edge in the type graph (a qualified E2O or O2O relationship type).
Used as Input
0
functions accept this type
Used as Output
0
functions return this type(+1 nested)
Type Definition
11 nested items
struct— A directed, typed edge in the type graph (a qualified E2O or O2O relationship type).
qualifier*:String— Relationship qualifier this edge represents.
variant 1:struct— An event type with the given name.
variant 2:struct— An object type with the given name.
variant 1:struct— An event type with the given name.
variant 2:struct— An object type with the given name.
Example JSON Value
{
"qualifier": "places",
"source": {
"Event": "example"
},
"target": {
"Event": "example"
}
}