Hello,
Need advise on how I can debug how AutoQuery returns object data, I have 2 endpoints that have the same return type QueryData<> and both point to the same dataset (JSON in Redis) and the only difference is on the object is a field that is “Disabled=true/false” one endpoint return only Disabled=false and the other returns everything, the odd issue is that when calling both endpoints there are a couple fields missing from one and not the other.
Thanks,
Vic