UpdateGoalInput
No description
input UpdateGoalInput {
id: ID!
imageStorageProvider: String
imageStorageProviderId: String
name: String
plannedMonthlyContribution: Float
plannedMonthlyPretaxContribution: Float
startingAmount: Float
targetAmount: Float
}
Fields
UpdateGoalInput.id ● ID! non-null scalar
UpdateGoalInput.imageStorageProvider ● String scalar
UpdateGoalInput.imageStorageProviderId ● String scalar
UpdateGoalInput.name ● String scalar
UpdateGoalInput.plannedMonthlyContribution ● Float scalar
UpdateGoalInput.plannedMonthlyPretaxContribution ● Float scalar
UpdateGoalInput.startingAmount ● Float scalar
UpdateGoalInput.targetAmount ● Float scalar
Member Of
UpdateGoalsInput input ● updateGoalV2 mutation