GraphQL reference

UpdateScheduleTaskInput

Input

Autogenerated input type of UpdateScheduleTask

mutation { organization(id: $organizationId) { project(id: $projectId) { updateScheduleTask } } }

Example

mutation UpdateScheduleTask(
  $organizationId: ID!
  $projectId: ID!
  $input: UpdateScheduleTaskInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      updateScheduleTask(input: $input) {
        scheduleTask
        errors
      }
    }
  }
}

Fields

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