BudgetIncome
Budget income
type BudgetIncome {
categories(
first: Int
after: String
last: Int
before: String
): BudgetIncomeCategoryConnection!
estimateInstallments(
first: Int
after: String
last: Int
before: String
): BudgetEstimateInstallmentConnection
months: [BudgetIncomeMonthsTotals!]!
reports: BudgetReports!
teamFeesEstimate: BudgetIncomeEstimate
totals: BudgetTotals!
}
Fields
BudgetIncome.categories ● BudgetIncomeCategoryConnection! non-null object
Paginated income categories listing
BudgetIncome.categories.first●IntscalarReturns the first n elements from the list.
BudgetIncome.categories.after ● String scalar
Returns the elements in the list that come after the specified cursor.
BudgetIncome.categories.last ● Int scalar
Returns the last n elements from the list.
BudgetIncome.categories.before ● String scalar
Returns the elements in the list that come before the specified cursor.
BudgetIncome.estimateInstallments ● BudgetEstimateInstallmentConnection object
Paginated budget income estimates installments listing
BudgetIncome.estimateInstallments.first●IntscalarReturns the first n elements from the list.
BudgetIncome.estimateInstallments.after ● String scalar
Returns the elements in the list that come after the specified cursor.
BudgetIncome.estimateInstallments.last ● Int scalar
Returns the last n elements from the list.
BudgetIncome.estimateInstallments.before ● String scalar
Returns the elements in the list that come before the specified cursor.
BudgetIncome.months ● [BudgetIncomeMonthsTotals!]! non-null object
Month-wise totals for income
BudgetIncome.reports ● BudgetReports! non-null object
Reports
BudgetIncome.teamFeesEstimate ● BudgetIncomeEstimate object
Budget team fees
BudgetIncome.totals ● BudgetTotals! non-null object
Totals for budget income
Member of
Budget object