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