Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
from
to
QUERY findPath() => path <- N<User>::ShortestPath() RETURN path
N::User { name: String, } E::Follows { From: User, To: User, }
QUERY findPath(startId: ID, endId: ID) => path <- N<User>::ShortestPath(from: startId, to: endId) RETURN path
Was this page helpful?