BudgetCategoryGroupMonthlyAmounts
Represents a list of monthly amounts for a Category.
type BudgetCategoryGroupMonthlyAmounts {
categoryGroup: CategoryGroup!
monthlyAmounts: [BudgetMonthlyAmounts!]!
}
Fields
BudgetCategoryGroupMonthlyAmounts.categoryGroup ● CategoryGroup! non-null object
BudgetCategoryGroupMonthlyAmounts.monthlyAmounts ● [BudgetMonthlyAmounts!]! non-null object
Member Of
BudgetData object