OptionaldirectionTraversal direction relative to the start vertex. Default 'OUTBOUND'.
OptionalminMinimum traversal depth (1 = direct neighbors). Default 1.
OptionalmaxMaximum traversal depth. Default 1.
OptionalfilterRaw AQL boolean expression appended as a FILTER clause, evaluated
per visited path with v (vertex), e (edge), and p (path) bound as
in a normal AQL graph traversal (e.g. 'v.active == true').
Interpolated directly into the query - do not build this from
unsanitized user input.
OptionallimitCap the number of visited paths returned.
Options for
traverse().