static/jsvm/interfaces/search.ResolverResult.html
ResolverResult defines a single FieldResolver.Resolve() successfully parsed result.
afterBuildidentifiermultiMatchSubQuery?nullFallbackparams
afterBuild: ((expr) => Expression)
AfterBuild is an optional function that will be called after building and combining the result of both resolved operands/sides in a single expression.
-
identifier: string
Identifier is the plain SQL identifier/column that will be used in the final db expression as left or right operand.
Optional multiMatchSubQuerymultiMatchSubQuery?: MultiMatchSubquery
MultiMatchSubQuery is an optional sub query expression that will be added in addition to the combined ResolverResult expression during build.
nullFallback: NullFallbackPreference
NullFallback specify the preference for how NULL or empty values should be resolved (default to "auto").
Set to NullFallbackDisabled to prevent any COALESCE or NULL fallbacks. Set to NullFallbackEnforced to prefer COALESCE or NULL fallbacks when needed.
params: Params
Params is a map with db placeholder->value pairs that will be added to the query when building both resolved operands/sides in a single expression.
OSLightDark
Generated using TypeDoc