Skip to main content

UpdateTaskTypeInput

Provides the fields and values to use when updating a task type.

input UpdateTaskTypeInput {
id: ID!
name: String
groupId: ID
}

Fields

UpdateTaskTypeInput.id ● ID! non-null scalar

Specifies the task type to update.

UpdateTaskTypeInput.name ● String scalar

The name of the task type.

UpdateTaskTypeInput.groupId ● ID scalar

The identifier of the group this type belongs to.

Member Of

updateTaskType mutation