AccountBudgetMonth
Account budget for a month
type AccountBudgetMonth {
  budget: AccountBudget
  month: YearMonth!
}
Fields
AccountBudgetMonth.budget ● AccountBudget object
AccountBudgetMonth.month ● YearMonth! non-null object
Returned By
accountBudget  query
Member Of
Account  object