GoalEvent
No description
type GoalEvent {
account: Account!
amount: Float!
canDelete: Boolean!
createdAt: DateTime!
date: DateTime!
goal: SavingsGoal!
id: ID!
includeInBudget: Boolean
notes: String
relatedGoalEvents: [GoalEvent]
transaction: Transaction
type: GoalEventType!
}
Fields
GoalEvent.account ● Account! non-null object
GoalEvent.amount ● Float! non-null scalar
GoalEvent.canDelete ● Boolean! non-null scalar
GoalEvent.createdAt ● DateTime! non-null scalar
GoalEvent.date ● DateTime! non-null scalar
GoalEvent.goal ● SavingsGoal! non-null object
GoalEvent.id ● ID! non-null scalar
GoalEvent.includeInBudget ● Boolean scalar
GoalEvent.notes ● String scalar
GoalEvent.relatedGoalEvents ● [GoalEvent] list object
GoalEvent.transaction ● Transaction object
GoalEvent.type ● GoalEventType! non-null enum
Returned By
spendingEventsWithReconciliationAccount query ● unreconciledSpendingEventsForAccount query
Member Of
CreateSavingsGoalContribution object ● CreateSavingsGoalWithdrawal object ● GoalEvent object ● LinkTransactionToGoal object ● SavingsGoal object ● SpendFromGoal object ● Transaction object ● UpdateGoalEvent object