ScheduleTask
ObjectFields
| Field | Type | Description |
|---|---|---|
| activity | ScheduleActivity | — |
| activityId | ID | — |
| assigneeUser | User | — |
| assigneeUserId | ID | — |
| childTask id: ID! | ScheduleTask | — |
| childTasks | ScheduleTaskConnection! | Returns the elements in the list that come after the specified cursor. Returns the elements in the list that come before the specified cursor. Returns the first _n_ elements from the list. Returns the last _n_ elements from the list. |
| company | Company | — |
| companyId | ID | — |
| constructableUrl | String | — |
| createdAt | ISO8601DateTime! | — |
| crewSize | Int | — |
| deletedAt | ISO8601DateTime | — |
| durationWorkDays | Float! | — |
| finishOn | ISO8601Date | — |
| id | ID! | — |
| name | String! | — |
| organization | Organization! | — |
| organizationId | ID! | — |
| parentTask | ScheduleTask | — |
| parentTaskId | ID | — |
| percentComplete | Int! | — |
| position | Int! | — |
| project | Project! | — |
| projectId | ID! | — |
| schedule | Schedule! | — |
| scheduleId | ID! | — |
| startOn | ISO8601Date | — |
| status | String! | — |
| updatedAt | ISO8601DateTime! | — |