# `Ash.Resource.Actions.PipeThrough`
[🔗](https://github.com/ash-project/ash/blob/v3.23.1/lib/ash/resource/actions/pipe_through.ex#L5)

Represents a `pipe_through` declaration on an action.

# `t`

```elixir
@type t() :: %Ash.Resource.Actions.PipeThrough{
  __spark_metadata__: Spark.Dsl.Entity.spark_meta(),
  names: [atom()],
  where: [Ash.Resource.Validation.ref()]
}
```

# `schema`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
