ConfirmSavingsGoalMigration
Confirm the savings goal migration by marking the household as migrated. This is the final step in the migration flow.
- Sets migrated_to_savings_goals_at to the current date/time
- Returns error if already confirmed
type ConfirmSavingsGoalMigration {
errors: PayloadError
success: Boolean
}
Fields
ConfirmSavingsGoalMigration.errors ● PayloadError object
ConfirmSavingsGoalMigration.success ● Boolean scalar
Returned By
confirmSavingsGoalMigration mutation