Riptide.delete
You're seeing just the function
delete
, go back to Riptide module for more information.
Convience method to apply a mutation that deletes a single path
Examples
iex> Riptide.delete(["foo", "bar"])
{:ok, %{
delete: %{
"foo" => %{
"bar" => 1
}
},
delete: %{}
}}