CreateScheduleTaskInput
InputAutogenerated input type of CreateScheduleTask
mutation { organization(id: $organizationId) { project(id: $projectId) { createScheduleTask } } }
Example
mutation CreateScheduleTask(
$organizationId: ID!
$projectId: ID!
$input: CreateScheduleTaskInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
createScheduleTask(input: $input) {
scheduleTask
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| activityId | ID | — |
| assigneeUserId | ID | — |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| companyId | ID | — |
| crewSize | Int | — |
| durationWorkDays | Float | — |
| finishOn | ISO8601Date | — |
| id | ID! | — |
| mutationMetadata | JSON | — |
| name | String! | — |
| now | ISO8601DateTime | — |
| parentTaskId | ID | — |
| percentComplete | Int | — |
| position | Int! | — |
| scheduleId | ID! | — |
| startOn | ISO8601Date | — |
| status | String | — |