lib/ash/forbidden_field.ex

defmodule Ash.ForbiddenField do
  @moduledoc "Represents a field that was hidden due to authorization rules."
  defstruct [:field, :type]
end