Skip to main content

BudgetIncomeMonthsTotals

Budget totals type

type BudgetIncomeMonthsTotals {
estimateInstallments(
first: Int
after: String
last: Int
before: String
): BudgetEstimateInstallmentConnection
month: MonthType!
totals: BudgetTotals!
year: String!
}

Fields

BudgetIncomeMonthsTotals.estimateInstallments ● BudgetEstimateInstallmentConnection object

Paginated budget income estimates installments listing

BudgetIncomeMonthsTotals.estimateInstallments.first ● Int scalar

Returns the first n elements from the list.

BudgetIncomeMonthsTotals.estimateInstallments.after ● String scalar

Returns the elements in the list that come after the specified cursor.

BudgetIncomeMonthsTotals.estimateInstallments.last ● Int scalar

Returns the last n elements from the list.

BudgetIncomeMonthsTotals.estimateInstallments.before ● String scalar

Returns the elements in the list that come before the specified cursor.

BudgetIncomeMonthsTotals.month ● MonthType! non-null enum

Month for totals

BudgetIncomeMonthsTotals.totals ● BudgetTotals! non-null object

Totals for budget income

BudgetIncomeMonthsTotals.year ● String! non-null scalar

Year for totals

Member of

BudgetIncome object