• TSchemaIO extends AbstractSchemaIO
ResolverFactory<
TOperations
>(operations
,options
?):TOperations
• TOperations extends Record
<string
, FieldOrOperation
<undefined
, any
, any
, OperationType
>>
• operations: TOperations
• options?: ResolverOptions
<ValueOf
<TOperations
>>
TOperations
packages/core/src/resolver/types.ts:338
of<
TParent
,TOperations
>(parent
,operationOrFields
,options
?):TOperations
• TParent extends object
• TOperations extends Record
<string
, typeof FIELD_HIDDEN
| FieldOrOperation
<SchemaToSilk
<TSchemaIO
, TParent
>, any
, any
, FieldOrOperationType
> | FieldOrOperation
<undefined
, any
, any
, OperationType
>>
• parent: TParent
• operationOrFields: TOperations
• options?: ResolverOptionsWithExtensions
<OmitInUnion
<ValueOf
<TOperations
>, typeof FIELD_HIDDEN
>>
TOperations
packages/core/src/resolver/types.ts:322