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
codegen: Only call setter in constructors if value is not derivedFrom (#739)
This is because derivedFrom fields only exist in query time.
Before this commit, developers would get an error similar to this:
field `nftsOwned` is derived and can not be set
0 commit comments