Creates an inc (increment) operation with the provided amount.
inc
The amount to increment by.
An incrementation operation for numeric values https://www.sanity.io/docs/http-patches#vIT8WWQo
const incBy1 = inc()const incBy5 = inc(5) Copy
const incBy1 = inc()const incBy5 = inc(5)
Creates an
inc
(increment) operation with the provided amount.