Is your feature request related to a problem? Please describe.
When trying to search for objects of a specific type you have to build a query to target the "type" field.
Describe the solution you'd like
Simplify Type query creation by adding a function like: Query.forType(MyClass.class).build();
Is your feature request related to a problem? Please describe.
When trying to search for objects of a specific type you have to build a query to target the "type" field.
Describe the solution you'd like
Simplify Type query creation by adding a function like: Query.forType(MyClass.class).build();