SavingsGoalMonthlyBudgetAmounts
Budget amounts for a single savings goal across multiple months.
type SavingsGoalMonthlyBudgetAmounts {
id: ID!
monthlyAmounts: [SavingsGoalBudgetAmountsForMonth]!
savingsGoal: SavingsGoal!
}
Budget amounts for a single savings goal across multiple months.
type SavingsGoalMonthlyBudgetAmounts {
id: ID!
monthlyAmounts: [SavingsGoalBudgetAmountsForMonth]!
savingsGoal: SavingsGoal!
}
SavingsGoalMonthlyBudgetAmounts.id ● ID! non-null scalarSavingsGoalMonthlyBudgetAmounts.monthlyAmounts ● [SavingsGoalBudgetAmountsForMonth]! non-null objectSavingsGoalMonthlyBudgetAmounts.savingsGoal ● SavingsGoal! non-null object