UserBudgetWeek
User budget for a week NOTE: A week can be a part of multiple months, and then it will exist twice. When summing weeks it is important to de-duplicate by the week field.
type UserBudgetWeek {
budget: UserBudget!
days: [UserBudgetDay!]
week: YearWeek!
}
Fields
UserBudgetWeek.budget
● UserBudget!
non-null object
UserBudgetWeek.days
● [UserBudgetDay!]
list object
The days of this week. Will contain days not in the "current" month and/or year.
UserBudgetWeek.week
● YearWeek!
non-null object
Member of
UserBudgetMonth
object