Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🚀 CLI v2 is now live! See Getting Started for details.
Query getUser(userId: ID) =>
user <- N<User>(userId)
RETURN user::{}
Query getUser(userId: ID) =>
user <- N<User>(userId)
RETURN user::{name}
Was this page helpful?