BudgetIncomeCategory
Budget income category
type BudgetIncomeCategory implements BudgetCategory {
canDelete: Boolean!
categoryType: BudgetCategoryType!
estimates(
first: Int
after: String
last: Int
before: String
onlyLogged: Boolean
): BudgetIncomeEstimateConnection!
id: ID!
isReadOnly: Boolean!
name: String!
totals: BudgetTotals!
}
Fields
BudgetIncomeCategory.canDelete ● Boolean! non-null scalar
Is it possible to delete this category?
BudgetIncomeCategory.categoryType ● BudgetCategoryType! non-null enum
Category type
BudgetIncomeCategory.estimates ● BudgetIncomeEstimateConnection! non-null object
Paginated income estimates for category
BudgetIncomeCategory.estimates.first●IntscalarReturns the first n elements from the list.
BudgetIncomeCategory.estimates.after ● String scalar
Returns the elements in the list that come after the specified cursor.
BudgetIncomeCategory.estimates.last ● Int scalar
Returns the last n elements from the list.
BudgetIncomeCategory.estimates.before ● String scalar
Returns the elements in the list that come before the specified cursor.
BudgetIncomeCategory.estimates.onlyLogged ● Boolean scalar
show only logged transactions
BudgetIncomeCategory.id ● ID! non-null scalar
Category's ID
BudgetIncomeCategory.isReadOnly ● Boolean! non-null scalar
Is this read only?
BudgetIncomeCategory.name ● String! non-null scalar
Category name
BudgetIncomeCategory.totals ● BudgetTotals! non-null object
Income category's total amount
Interfaces
BudgetCategory interface
Budget category interface
Returned by
BudgetIncomeCategory query
Member of
BudgetIncomeCategoryCreatePayload object ● BudgetIncomeCategoryEdge object ● BudgetIncomeCategoryEditPayload object ● BudgetIncomeEstimate object