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 is the plain SQL identifier/column that will be used in the final db expression as left or right operand.
MultiMatchSubQuery is an optional sub query expression that will be added in addition to the combined ResolverResult expression during build.
NoCoalesce instructs to not use COALESCE or NULL fallbacks when building the identifier expression.
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.
Generated using TypeDoc
ResolverResult defines a single FieldResolver.Resolve() successfully parsed result.