This error occurs when you reference a field that is not defined in your schema for a given item type.For example, the field username is not defined in the schema for the User item type.
Copy
Ask AI
QUERY getUser(id: ID) => user <- N<User>(id) RETURN user::{username}