MigrateHouseholdToSavingsGoals
This is meant to be used internally as a way to test the migration. Its kept separate from the StartSavingsGoalMigration mutation on purpose.
type MigrateHouseholdToSavingsGoals {
errors: PayloadError
success: Boolean
}
Fields
MigrateHouseholdToSavingsGoals.errors ● PayloadError object
MigrateHouseholdToSavingsGoals.success ● Boolean scalar
Returned By
migrateHouseholdToSavingsGoals mutation