Can I protect a resource against updates?
# getting-started
g
Can I protect a resource against updates?
e
Bit of a hack but you can set
ignoreChanges
to
*
It won't error out like a delete protect would but will stop any input from actually changing
g
interesting, I haven't thought of that, thanks!