Skip to main content

CreateGoalAccountAllocationInput

No description

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

Fields

CreateGoalAccountAllocationInput.accountId ● ID! non-null scalar

CreateGoalAccountAllocationInput.amount ● Float scalar

CreateGoalAccountAllocationInput.goalId ● ID! non-null scalar

CreateGoalAccountAllocationInput.useEntireAccountBalance ● Boolean scalar

Member Of

createGoalAccountAllocation mutation