Riptide.delete

You're seeing just the function delete, go back to Riptide module for more information.
Link to this function

delete(path, state \\ %{internal: true})

View Source

Convience method to apply a mutation that deletes a single path

Examples

iex> Riptide.delete(["foo", "bar"])
{:ok, %{
  delete: %{
    "foo" => %{
      "bar" => 1
    }
  },
  delete: %{}
}}