Skip to main content

CreateSavingsGoalWithdrawalInput

No description

input CreateSavingsGoalWithdrawalInput {
accountId: ID!
amount: Float!
date: Date
id: ID!
includeInBudget: Boolean
notes: String
}

Fields

CreateSavingsGoalWithdrawalInput.accountId ● ID! non-null scalar

CreateSavingsGoalWithdrawalInput.amount ● Float! non-null scalar

CreateSavingsGoalWithdrawalInput.date ● Date scalar

CreateSavingsGoalWithdrawalInput.id ● ID! non-null scalar

CreateSavingsGoalWithdrawalInput.includeInBudget ● Boolean scalar

CreateSavingsGoalWithdrawalInput.notes ● String scalar

Member Of

createSavingsGoalWithdrawal mutation