Function: resolver()

resolver<TOperations>(operations, options?): TOperations

Type Parameters

TOperations extends Record<string, FieldOrOperation<undefined, any, any, OperationType>>

Parameters

operations: TOperations

options?: ResolverOptions<ValueOf<TOperations>>

Returns

TOperations

Defined in

packages/core/src/resolver/resolver.ts:189