Delete
In this section we'll learn how to delete records
#
Delete attributesWhen using delete mutations, an existing node always has to be referenced.
So the uid
field for each object must be present. Predicates that should be deleted should be set to the JSON value null
.
#
Delete the whole nodeIf you don't provide any attributes the whole node will be deleted