ash/lib/ash/forbidden_field.ex
2023-06-22 14:19:40 -04:00

4 lines
142 B
Elixir

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