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
Instead of “await obj.foreignRef”, instead have “obj.foreignRef.fetch()” return the promise, and load this class with just the id so you can do “obj.foreignRef.id” without having to do a fetch.