Expose a way to run generic inquiries as GET in the api. This would allow for a more dynamic way to get data than only fixed endpoints and allow the fetch data that is not available in the api
Yes this would allow the query to be defined and executed on the server. We'd prefer to do it this way, now it takes many different calls that need to be combined on the client.