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
fix(orm): preserve array mutation shape for optional typed-JSON fields
makeNullableTypedJsonMutationSchema was rebuilding the schema from type
and attributes via makeScalarSchema, discarding any prior array/list
mutation shape (set, push, etc.) built by the caller. Pass the
already-built fieldSchema so the full shape is preserved.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments