This error occurs when you place an object operation in a position other than the last step of a traversal.In this example, the object is not at the end of the traversal.
Copy
Ask AI
Query getUser(userId: ID) => user <- N<User>(userId) RETURN user::{ userID: ID }::Out<Knows>