LinkTransactionToGoal
Link or unlink a transaction to/from a savings goal.
When goal_id is provided: Links the transaction, automatically determining the event type. When goal_id is null: Unlinks the transaction by removing any existing goal event.
type LinkTransactionToGoal {
errors: PayloadError
goalEvent: GoalEvent
}
Fields
LinkTransactionToGoal.errors ● PayloadError object
LinkTransactionToGoal.goalEvent ● GoalEvent object
Returned By
linkTransactionToGoal mutation