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
Hey @mceachen, I'm posting this question as an issue because you don't seem to hang out on gitter.
insertGraph() takes a Partial<T>, which doesn't allow compile-time type-checking of required model properties. Is this the best we can do? I thought I'd point it out in case it's not.
Maybe it's this way to deal with readonly properties like id or createdAt/updatedAt? upsertGraph() complicates things by having an optional id.