Create a token-/config-aware QueryBuilder with fully inferred generics.
QueryBuilder
Entity-manager config map.
Entity token type.
Values-first config literal type carried by EntityClient.
EntityClient
CreateQueryBuilderOptions object.
CreateQueryBuilderOptions
A new QueryBuilder instance.
When CF is known, the returned builder narrows its index token type to IndexTokensOf\<CF\>. Otherwise it falls back to string.
CF
IndexTokensOf\<CF\>
string
No explicit generics are required at the call site.
Create a token-/config-aware
QueryBuilderwith fully inferred generics.