Riptide.Interceptor.mutation_before

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

mutation_before(path, layer, mut, state)

View Source

Specs

mutation_before(
  path :: [String.t()],
  layer :: Riptide.Mutation.t(),
  mut :: Riptide.Mutation.t(),
  state :: String.t()
) :: :ok | {:error, term()} | {:combine, Riptide.Mutation.t()} | nil