Skip to main content

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