CreateGoalInput
No description
input CreateGoalInput {
imageStorageProvider: String
imageStorageProviderId: String
name: String!
objective: String!
plannedMonthlyContribution: Float
plannedMonthlyPretaxContribution: Float
startingAmount: Float
targetAmount: Float
}
Fields
CreateGoalInput.imageStorageProvider ● String scalar
CreateGoalInput.imageStorageProviderId ● String scalar
CreateGoalInput.name ● String! non-null scalar
CreateGoalInput.objective ● String! non-null scalar
CreateGoalInput.plannedMonthlyContribution ● Float scalar
CreateGoalInput.plannedMonthlyPretaxContribution ● Float scalar
CreateGoalInput.startingAmount ● Float scalar
CreateGoalInput.targetAmount ● Float scalar
Member Of
CreateGoalsInput input ● createGoalV2 mutation