View Source Ash.ForbiddenField (ash v3.4.48)
Represents a field that was hidden due to authorization rules.
Summary
Types
@type field_type() :: :aggregate | :attribute | :calculation
@type t() :: %Ash.ForbiddenField{ field: atom(), original_value: term(), type: field_type() }