Skip to main content

CreateProjectLegacyTaskInput

No description

input CreateProjectLegacyTaskInput {
actions: String
assignedTo: [String!]
deadlineAt: DateTime
description: String
discoveredAt: DateTime
dismissed: Boolean!
fixedAt: DateTime
howToFix: String
identified: Int
notifyAssignees: Boolean!
position: Int
priority: LegacyTaskPriority!
projectId: ObjectID!
status: LegacyTaskStatus
title: String!
}

Fields

CreateProjectLegacyTaskInput.actions ● String scalar

CreateProjectLegacyTaskInput.assignedTo ● [String!] list scalar

CreateProjectLegacyTaskInput.deadlineAt ● DateTime scalar

CreateProjectLegacyTaskInput.description ● String scalar

CreateProjectLegacyTaskInput.discoveredAt ● DateTime scalar

CreateProjectLegacyTaskInput.dismissed ● Boolean! non-null scalar

CreateProjectLegacyTaskInput.fixedAt ● DateTime scalar

CreateProjectLegacyTaskInput.howToFix ● String scalar

CreateProjectLegacyTaskInput.identified ● Int scalar

CreateProjectLegacyTaskInput.notifyAssignees ● Boolean! non-null scalar

CreateProjectLegacyTaskInput.position ● Int scalar

By default, position will be equal to the count of tasks with position plus 1. Higher values are ignored and replaced with the default value.

CreateProjectLegacyTaskInput.priority ● LegacyTaskPriority! non-null enum

CreateProjectLegacyTaskInput.projectId ● ObjectID! non-null scalar

CreateProjectLegacyTaskInput.status ● LegacyTaskStatus enum

CreateProjectLegacyTaskInput.title ● String! non-null scalar

Member Of

createProjectLegacyTask mutation