UserBudgetRange
No description
type UserBudgetRange {
from: Date!
to: Date!
budget: UserBudget!
months: [UserBudgetMonth!]
}
Fields
UserBudgetRange.from ● Date! non-null object
UserBudgetRange.to ● Date! non-null object
UserBudgetRange.budget ● UserBudget! non-null object
The total budget for the days in the range. NOTE: Unless both from and to are on a month boundary, this will differ from the sum of the month budgets.
UserBudgetRange.months ● [UserBudgetMonth!] list object
Returned By
getBudget query
Member Of
User object