Skip to main content

UpdateSavingsGoalInput

No description

input UpdateSavingsGoalInput {
accountIdsToLink: [ID]
accountIdsToUnlink: [ID]
budgetToApplyToFutureMonths: Float
id: ID!
imageStorageProvider: String
imageStorageProviderId: String
isSinkingFund: Boolean
name: String
priority: Int
targetAmount: Float
targetDate: Date
type: String
updatesForAccountLinks: [UpdateSavingsGoalAccountLinkInput]
}

Fields

UpdateSavingsGoalInput.accountIdsToLink ● [ID] list scalar

UpdateSavingsGoalInput.accountIdsToUnlink ● [ID] list scalar

UpdateSavingsGoalInput.budgetToApplyToFutureMonths ● Float scalar

The budget amount to apply to future months. This has a side-effect of resetting any existing budget amounts.

UpdateSavingsGoalInput.id ● ID! non-null scalar

UpdateSavingsGoalInput.imageStorageProvider ● String scalar

UpdateSavingsGoalInput.imageStorageProviderId ● String scalar

UpdateSavingsGoalInput.isSinkingFund ● Boolean scalar

UpdateSavingsGoalInput.name ● String scalar

UpdateSavingsGoalInput.priority ● Int scalar

UpdateSavingsGoalInput.targetAmount ● Float scalar

UpdateSavingsGoalInput.targetDate ● Date scalar

UpdateSavingsGoalInput.type ● String scalar

UpdateSavingsGoalInput.updatesForAccountLinks ● [UpdateSavingsGoalAccountLinkInput] list input

Member Of

updateSavingsGoal mutation