AutoQuery is not returning all fields

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

Hi @vkhazen , It sounds like something is trying to return a null or empty object. Since bool has default value of false that will still be getting serialized. Can you share the endpoint and QueryData code you are using?

You should be able you debug custom AutoQuery services like any other services. The more you can share will help us reproduce the issue.