RunMutation$Mutation$sendForgotPasswordMailOrSmsToTarget typedef
RunMutation$Mutation$sendForgotPasswordMailOrSmsToTarget =
MultiSourceResult<Mutation$sendForgotPasswordMailOrSmsToTarget> Function(Variables$Mutation$sendForgotPasswordMailOrSmsToTarget, {Object? optimisticResult, Mutation$sendForgotPasswordMailOrSmsToTarget? typedOptimisticResult})
Implementation
typedef RunMutation$Mutation$sendForgotPasswordMailOrSmsToTarget
= graphql.MultiSourceResult<Mutation$sendForgotPasswordMailOrSmsToTarget>
Function(
Variables$Mutation$sendForgotPasswordMailOrSmsToTarget, {
Object? optimisticResult,
Mutation$sendForgotPasswordMailOrSmsToTarget? typedOptimisticResult,
});