Ash.Info.Manifest.ApplicableCustomExpression (ash v3.25.1)

Copy Markdown View Source

A custom expression resolved as applicable to a specific field, paired with the resolved right-hand-side type.

See Ash.Info.Manifest.ApplicableOperator for the shape of rhs.

Summary

Types

t()

@type t() :: %Ash.Info.Manifest.ApplicableCustomExpression{
  custom: map(),
  name: atom(),
  rhs: Ash.Info.Manifest.ApplicableOperator.rhs()
}