TaskBundleAccess
Represents a bundle's sharing access.
type TaskBundleAccess {
type: TaskBundleAccessType!
canEdit: Boolean
users: [ID]
}
Fields
TaskBundleAccess.type ● TaskBundleAccessType! non-null enum
The bundle's access type.
TaskBundleAccess.canEdit ● Boolean scalar
Whether the given users can edit this bundle.
TaskBundleAccess.users ● [ID] list scalar
The list of users this bundle is shared with. Only set when type is USERS.
Member Of
TaskBundle object