useMutation$createOutboundCorporateNotification function
Mutation$createOutboundCorporateNotification$HookResult
useMutation$createOutboundCorporateNotification([])
Implementation
Mutation$createOutboundCorporateNotification$HookResult
useMutation$createOutboundCorporateNotification(
[WidgetOptions$Mutation$createOutboundCorporateNotification? options]) {
final result = graphql_flutter.useMutation(
options ?? WidgetOptions$Mutation$createOutboundCorporateNotification());
return Mutation$createOutboundCorporateNotification$HookResult(
(variables, {optimisticResult, typedOptimisticResult}) =>
result.runMutation(
variables.toJson(),
optimisticResult: optimisticResult ?? typedOptimisticResult?.toJson(),
),
result.result,
);
}