Riptide.Interceptor.mutation_effect

You're seeing just the callback mutation_effect, go back to Riptide.Interceptor module for more information.
Link to this callback

mutation_effect(path, layer, mut, state)

View Source

Specs

mutation_effect(
  path :: [String.t()],
  layer :: Riptide.Mutation.t(),
  mut :: Riptide.Mutation.t(),
  state :: String.t()
) :: :ok | {atom(), atom(), list()} | {atom(), list()} | nil