Ash.Resource.Actions.PipeThrough (ash v3.23.1)

Copy Markdown View Source

Represents a pipe_through declaration on an action.

Summary

Types

t()

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

Functions

schema()