View Source Ash.ForbiddenField (ash v3.4.48)

Represents a field that was hidden due to authorization rules.

Summary

Types

field_type()

@type field_type() :: :aggregate | :attribute | :calculation

t()

@type t() :: %Ash.ForbiddenField{
  field: atom(),
  original_value: term(),
  type: field_type()
}