Skip to main content

GoalUpdate

Update an existing Goal resource.

Mutation

mutation GoalUpdate($id: ID!, $input: GoalUpdateInput!) {
GoalUpdate(id: $id, input: $input) {
id
}
}

Input

  • id: ID of the resource to update
  • input: See GoalUpdateInput for input fields.

Return Type

Returns the updated Goal resource.