Does AutoQuery Viewer support joined properties?

When I declare an IJoin<T1,T2> and declare a query property from the joined table it does not appear in the drop down of properties to query in the Auto Query Viewer admin. Is this as intended or should the joined query property show?

I tried:

[AutoQueryViewer(DefaultFields = "Table1Prop, Table2Prop")]

But it will only show Table1Prop in the drop down.

I am still able to query by Table2Prop if I hit the endpoint. I am just unable to use it in the Auto Query Viewer admin.

No, it only shows properties of the target type.

1 Like