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 updateinput: See GoalUpdateInput for input fields.
Return Type
Returns the updated Goal resource.