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
uncaughtException TypeError: Cannot read property 'ref' of undefined
at inheritOpts.forEach.opt (mooseql/src/type/index.js:86:64)
at Array.forEach (native)
at _fields.filter.map.path (mooseql/src/type/index.js:85:19)
at Array.map (native)
at toType (mooseql/src/type/index.js:81:6)
at models.filter.reduce (mooseql/src/type/index.js:31:52)
at Array.reduce (native)
at modelsToTypes (mooseql/src/type/index.js:30:6)
at mooseql (mooseql/src/index.js:6:19)
The text was updated successfully, but these errors were encountered:
The array of objects (like
books
in below) cause the errorTypeError: Cannot read property 'ref' of undefined
The text was updated successfully, but these errors were encountered: