Skip to main content

TaskUpdate

Update an existing Task resource.

Mutation

mutation TaskUpdate($id: ID!, $input: TaskUpdateInput!) {
TaskUpdate(id: $id, input: $input) {
id
}
}

Input

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

Return Type

Returns the updated Task resource.