Skip to content

updateGoal

Update a Goal

Arguments

input · updateGoalInput · Parameters for updateGoal

Returns

updateGoalPayload

Example

mutation updateGoal($input: updateGoalInput) {
updateGoal(input: $input) {
goal
messages
}
}