read :quantities do
description "Product Quantities available in MMS"
prepare fn query, _ ->
query
|> Ash.Query.select([
:sku_code,
:quantity
])
end
end
read :quantities do
description "Product Quantities available in MMS"
prepare fn query, _ ->
query
|> Ash.Query.select([
:sku_code,
:quantity
])
end
end