CreateTaskBundleInput
Provides the fields and values for creating a task bundle.
input CreateTaskBundleInput {
name: String!
description: String
status: TaskBundleStatus
access: TaskBundleAccessInput!
}
Fields
CreateTaskBundleInput.name ● String! non-null scalar
The bundle's name.
CreateTaskBundleInput.description ● String scalar
The bundle's short description.
CreateTaskBundleInput.status ● TaskBundleStatus enum
The bundle's lifecycle status.
CreateTaskBundleInput.access ● TaskBundleAccessInput! non-null input
The bundle's sharing access.
Member Of
createTaskBundle mutation