I have a predicate list with the schema format of:
Token: [string] @index(exact) .
I’d like to either remove a single element from the array OR override the whole array. The former is preferred over the latter. I can’t seem to find documentation on this. The relevant section states:
A delete operation deletes the value from the list.
in the section https://docs.dgraph.io/query-language/#list-type