findFirst with query builder ignoring where clause

I’m not sure if this is the intended response, but since there are two findFirst calls, one with the query builder I suspect it is not.
If it is, what is the purpose of

public func findFirst(queryBuilder: DataQueryBuilder

test.zip (528.4 KB)

@robert-j,

The purpose is to provide support for all options available through DataQueryBuilder, such as retrieving the first object based on a query, sorting parameters, with relations, etc. However, the backend has not been updated yet to support this functionality yet.

Regards,
Mark