Skip to content

deleteGoalHistory

Destroy a Goal GoalHistory

Arguments

input · deleteGoalHistoryInput · Parameters for deleteGoalHistory

Returns

deleteGoalHistoryPayload

Example

mutation deleteGoalHistory($input: deleteGoalHistoryInput) {
deleteGoalHistory(input: $input) {
goal_history
messages
}
}