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.
user_name
Query getUser(userId: ID) => userId <- N<User>(userId)::ID RETURN userId
Query getUser(userId: ID) => user_id <- N<User>(userId)::ID RETURN user_id
Was this page helpful?