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.
#[mcp]
Query getUsers(userId: ID, postId: ID) =>
user <- N<User>(userId)
post <- N<Post>(postId)
RETURN user, post
#[mcp]
Query getUsers(userId: ID, postId: ID) =>
user <- N<User>(userId)
post <- N<Post>(postId)
RETURN user
Was this page helpful?