Closed tomchop closed 8 months ago
Min / max hops used to be identical (e.g. a graph traversal request could go from 1..1 or 2..2 but not 1..4.
1..1
2..2
1..4
Tweak to the API to account for min / max hops + backwards compatibility
Min / max hops used to be identical (e.g. a graph traversal request could go from
1..1
or2..2
but not1..4
.Tweak to the API to account for min / max hops + backwards compatibility