Skip to main content

UpdateGoalAccountAllocationInput

No description

input UpdateGoalAccountAllocationInput {
accountId: ID!
amount: Float
goalId: ID!
useEntireAccountBalance: Boolean
}

Fields

UpdateGoalAccountAllocationInput.accountId ● ID! non-null scalar

UpdateGoalAccountAllocationInput.amount ● Float scalar

UpdateGoalAccountAllocationInput.goalId ● ID! non-null scalar

UpdateGoalAccountAllocationInput.useEntireAccountBalance ● Boolean scalar

Member Of

updateGoalAccountAllocation mutation