Hello! I'm trying to solve an issue I have with an endpoint I'm working on.
I have to be able to provide values to override in the query, something like the mock-up code bellow. Is something like this possible?
const overridenValues = new Map<Id, Date>([[1, "2025-01-01"]])