when running various operations on a relation, (ex...
# orm-help
t
when running various operations on a relation, (ex.
updateMany
,
create
,
upsert
) are they run in the order they appear in the object?
e
AFAIK, it is impossible to get the order of properties in object, so my guess is NO