Skip to main content

GoalAccountAllocation

No description

type GoalAccountAllocation {
account: Account!
amount: Float
currentAmount: Float
currentMonthChange: GoalAccountAllocationCurrentMonthChange
goal: GoalV2!
id: ID!
useEntireAccountBalance: Boolean!
}

Fields

GoalAccountAllocation.account ● Account! non-null object

GoalAccountAllocation.amount ● Float scalar

GoalAccountAllocation.currentAmount ● Float scalar

GoalAccountAllocation.currentMonthChange ● GoalAccountAllocationCurrentMonthChange object

GoalAccountAllocation.goal ● GoalV2! non-null object

GoalAccountAllocation.id ● ID! non-null scalar

GoalAccountAllocation.useEntireAccountBalance ● Boolean! non-null scalar

Member Of

Account object ● CreateGoalAccountAllocation object ● GoalV2 object ● UpdateGoalAccountAllocation object