ยฉ 2026 Hedgehog Software, LLC
%Ash.Error.Query.InvalidFilterValue
read :for_organisation do argument(:organisation_id, :integer) do allow_nil?(false) end prepare(fn query, _context -> query |> Ash.Query.load([:game_meta]) |> Ash.Query.filter(game_meta.organisation_id == ^arg(:organisation_id)) end) end
belongs_to(:organisation, McFun.Games.Organisation, attribute_type: :integer, attribute_writable?: true )