Skip to main content

TaskBundleAccessInput

Provides the fields for specifying a bundle's sharing access.

input TaskBundleAccessInput {
type: TaskBundleAccessType!
canEdit: Boolean
users: [ID!]
}

Fields

TaskBundleAccessInput.type ● TaskBundleAccessType! non-null enum

The bundle's access type.

TaskBundleAccessInput.canEdit ● Boolean scalar

Whether the given users can edit this bundle.

TaskBundleAccessInput.users ● [ID!] list scalar

The list of users who should be able to access this bundle. Only applicable when type is USERS.

Member Of

CreateTaskBundleInput input ● UpdateTaskBundleInput input