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