GraphQL reference

CreateScheduleTaskInput

Input

Autogenerated 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

FieldTypeDescription
activityIdID
assigneeUserIdID
clientMutationIdStringA unique identifier for the client performing the mutation.
companyIdID
crewSizeInt
durationWorkDaysFloat
finishOnISO8601Date
idID!
mutationMetadataJSON
nameString!
nowISO8601DateTime
parentTaskIdID
percentCompleteInt
positionInt!
scheduleIdID!
startOnISO8601Date
statusString