CreateSavingsGoalInput
No description
input CreateSavingsGoalInput {
imageStorageProvider: String
imageStorageProviderId: String
isSinkingFund: Boolean
name: String!
plannedMonthlyContribution: Float
priority: Int
targetAmount: Float
targetDate: Date
type: String!
}
Fields
CreateSavingsGoalInput.imageStorageProvider ● String scalar
CreateSavingsGoalInput.imageStorageProviderId ● String scalar
CreateSavingsGoalInput.isSinkingFund ● Boolean scalar
CreateSavingsGoalInput.name ● String! non-null scalar
CreateSavingsGoalInput.plannedMonthlyContribution ● Float scalar
CreateSavingsGoalInput.priority ● Int scalar
CreateSavingsGoalInput.targetAmount ● Float scalar
CreateSavingsGoalInput.targetDate ● Date scalar
CreateSavingsGoalInput.type ● String! non-null scalar
Member Of
createSavingsGoal mutation ● CreateSavingsGoalsInput input