MutationHandler
MutationHandler<
TInput,TOutput,TCurrent,TContext> = (input,current,ctx) =>Promise<TOutput>
Defined in: definition/mutation.ts:7
Type Parameters
Section titled “Type Parameters”TInput
Section titled “TInput”TInput = any
TOutput
Section titled “TOutput”TOutput = any
TCurrent
Section titled “TCurrent”TCurrent = WriteAppInstance
TContext
Section titled “TContext”TContext = WriteRuntimeInstance
Parameters
Section titled “Parameters”TInput
current
Section titled “current”TCurrent
TContext
Returns
Section titled “Returns”Promise<TOutput>