UpdateTaskTypeInput
Provides the fields and values to use when updating a task type.
input UpdateTaskTypeInput {
id: ID!
name: String
}
Fields
UpdateTaskTypeInput.id
● ID!
non-null scalar
Specifies the task type to update.
UpdateTaskTypeInput.name
● String
scalar
The name of the task type.
Member Of
updateTaskType
mutation