ResolvedStep
One step of a ResolvedPathSchema: a typed edge plus traversal direction.
Used as Input
0
functions accept this type(+1 nested)
Used as Output
0
functions return this type
Type Definition
13 nested items
struct— One step of a ResolvedPathSchema: a typed edge plus traversal direction.
edge*:TypeEdge— A directed, typed edge in the type graph (a qualified E2O or O2O relationship type).
reverse*:bool— Whether the edge is traversed in reverse direction.
Example JSON Value
{
"edge": {
"qualifier": "places",
"source": {
"Event": "example"
},
"target": {
"Event": "example"
}
},
"reverse": false
}