Simplified type queries #48
Labels
enhancement
New feature or request
good first issue
Good for newcomers
verified
This issue was confirmed by a mod
Milestone
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();
The text was updated successfully, but these errors were encountered: