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
So quick update - it looks like these are being pass through with the line _(this).extend(_node.properties), However this allows one to put what ever they want in a node and have no structure.
I may be wrong (still new to this driver and and this code) but it may be better to explicitly call out which fields should exist in the a node.
Models do not currently have all applicable fields:
e.g.
movie.js does not have 'name' or 'tagline'.
This also applies to the other models.
The text was updated successfully, but these errors were encountered: