OperatorsmoveVersion: NextOn this pagemovemove to=from, …DescriptionMoves from the field from to the field to.to: fieldThe field to move into.from: fieldThe field to move from.Examplesfrom {x: 1, y: 2} move z=y, w.x=x{ z: 2, w: { x: 1, }, }