Framework
FieldQueryResolver
Interface: FieldQueryResolver
Field-level query resolver for specific operators.
Methods
resolve()
resolve(
operator,
operand,
context): string[] | Promise<string[]>Handle specific operators for this field. Returns matching IDs or null to fall through to default.
Parameters
| Parameter | Type |
|---|---|
operator | string |
operand | unknown |
context | QueryContext |
Returns
string[] | Promise<string[]>
