You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
InvalidReferenceError: link 'training' of object type '(users::Rep & users::User)' has no property 'x'
The span for this error is also way off.
Schema:
type Training;
type User {
multi training: Training {
x: str
}
}
type Rep extending User {
multi supervisable_training :=select .training filter@x=""
}
type Container {
multi users: User
}
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
The span for this error is also way off.
Schema:
The text was updated successfully, but these errors were encountered: