GoalV2
No description
type GoalV2 {
accountAllocations: [GoalAccountAllocation!]!
archivedAt: DateTime
completedAt: DateTime
completionPercent: Float
currentAmount: Float
defaultName: String
eligibleAccounts: [Account!]!
estimatedCompletionMonth: Date
estimatedMonthsUntilCompletion: Int
id: ID!
imageStorageProvider: String
imageStorageProviderId: String
legacyGoal: Goal
monthlyContributionSummaries(
endMonth: Date
numMonths: Int
startMonth: Date
): [GoalContributionMonthlySummary!]!
name: String!
newGoalId: ID
objective: String!
plannedContributions(
endMonth: Date
startMonth: Date
): [GoalPlannedContributionV2!]!
plannedMonthlyContribution: Float
plannedMonthlyPretaxContribution: Float
priority: Int!
startingAmount: Float
suggestedAccounts: [Account!]!
targetAmount: Float
type: String!
}
Fields
GoalV2.accountAllocations ● [GoalAccountAllocation!]! non-null object
GoalV2.archivedAt ● DateTime scalar
GoalV2.completedAt ● DateTime scalar
GoalV2.completionPercent ● Float scalar
GoalV2.currentAmount ● Float scalar
GoalV2.defaultName ● String scalar
GoalV2.eligibleAccounts ● [Account!]! non-null object
GoalV2.estimatedCompletionMonth ● Date scalar
GoalV2.estimatedMonthsUntilCompletion ● Int scalar
GoalV2.id ● ID! non-null scalar
GoalV2.imageStorageProvider ● String scalar
GoalV2.imageStorageProviderId ● String scalar
GoalV2.legacyGoal ● Goal object
GoalV2.monthlyContributionSummaries ● [GoalContributionMonthlySummary!]! non-null object
GoalV2.monthlyContributionSummaries.endMonth ● Date scalar
GoalV2.monthlyContributionSummaries.numMonths ● Int scalar
GoalV2.monthlyContributionSummaries.startMonth ● Date scalar
GoalV2.name ● String! non-null scalar
GoalV2.newGoalId ● ID scalar
GoalV2.objective ● String! non-null scalar
GoalV2.plannedContributions ● [GoalPlannedContributionV2!]! non-null object
GoalV2.plannedContributions.endMonth ● Date scalar
GoalV2.plannedContributions.startMonth ● Date scalar
GoalV2.plannedMonthlyContribution ● Float scalar
GoalV2.plannedMonthlyPretaxContribution ● Float scalar
GoalV2.priority ● Int! non-null scalar
GoalV2.startingAmount ● Float scalar
GoalV2.suggestedAccounts ● [Account!]! non-null object
GoalV2.targetAmount ● Float scalar
GoalV2.type ● String! non-null scalar
Returned By
Member Of
ArchiveGoal object ● CreateGoal object ● CreateGoalAccountAllocation object ● CreateGoals object ● DeleteGoalAccountAllocation object ● GoalAccountAllocation object ● GoalMonthlyBudgetAmounts object ● GoalPlannedContributionV2 object ● MarkGoalComplete object ● MarkGoalIncomplete object ● Transaction object ● TransactionFilterSet object ● TransactionFiltersMetadata object ● TransactionPreview object ● TransactionRuleV2 object ● UnarchiveGoal object ● UpdateGoal object ● UpdateGoalAccountAllocation object ● UpdateGoalPriorities object ● UpdateGoals object