Skip to main content

GoalAccountAllocationSummaryItem

No description

type GoalAccountAllocationSummaryItem {
account: Account!
availableBalance: Float!
balancesByGoal: [GoalAndAmount]!
totalBalance: Float!
}

Fields

GoalAccountAllocationSummaryItem.account ● Account! non-null object

GoalAccountAllocationSummaryItem.availableBalance ● Float! non-null scalar

GoalAccountAllocationSummaryItem.balancesByGoal ● [GoalAndAmount]! non-null object

GoalAccountAllocationSummaryItem.totalBalance ● Float! non-null scalar

Returned By

goalAccountsAllocationSummary query