Skip to main content

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
structOne step of a ResolvedPathSchema: a typed edge plus traversal direction.
edge*:TypeEdgeA directed, typed edge in the type graph (a qualified E2O or O2O relationship type).
qualifier*:StringRelationship qualifier this edge represents.
reverse*:boolWhether the edge is traversed in reverse direction.

Example JSON Value

{
  "edge": {
    "qualifier": "places",
    "source": {
      "Event": "example"
    },
    "target": {
      "Event": "example"
    }
  },
  "reverse": false
}