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.
QUERY getUsersPosts(id: ID) => posts <- N<User>(id)::Out<Posted> RETURN posts
N::User { // fields } N::Post { // fields }
Posted
N::User { // fields } N::Post { // fields } E::Posted { From: User, To: Post, }
Was this page helpful?