resolver<
TOperations
>(operations
,options
?):TOperations
• TOperations extends Record
<string
, FieldOrOperation
<undefined
, any
, any
, OperationType
>>
• operations: TOperations
• options?: ResolverOptions
<ValueOf
<TOperations
>>
TOperations
packages/core/src/resolver/resolver.ts:189