In my DB, I have a field:
likes[ID!] and having data like [1,2,3,4,5,6,7,8]
I want to delete a single value from this Likes array. Is this possible using mutation?
Yes, it is. There is a deleteScalars
mutation that is designed specifically for this.
Here is the deleteScaler in the doc: