QUERY getItem(data: UnknownType) => RETURN data
QUERY getUser(id: ID) => user <- N<User>(id) RETURN user
Was this page helpful?