There are many times when you want to accept some criteria being passed into a REST API or GraphQL input and want to turn that into a query against the database. Need a way to simply define that criteria for an entity and allow it to be passed to an executor so that there isn't a need for a lot of object transformation code to build ML queries.
There are many times when you want to accept some criteria being passed into a REST API or GraphQL input and want to turn that into a query against the database. Need a way to simply define that criteria for an entity and allow it to be passed to an executor so that there isn't a need for a lot of object transformation code to build ML queries.