CreateTaskTypeInput
Provides the fields and values to use when creating a task type.
input CreateTaskTypeInput {
name: String!
}
Fields
CreateTaskTypeInput.name ● String! non-null scalar
The name of the task type.
Member Of
createTaskType mutation