Creates a set operation with the provided value.
set
The value to set.
A set operation. https://www.sanity.io/docs/http-patches#6TPENSW3
const setFoo = set('foo')const setEmptyArray = set([]) Copy
const setFoo = set('foo')const setEmptyArray = set([])
Creates a
set
operation with the provided value.