Skip to main content

UpdateMilestoneInput

Autogenerated input type of UpdateMilestone

input UpdateMilestoneInput {
clientMutationId: String
description: String
expectedCompleteDate: ISO8601DateTime
expectedStartDate: ISO8601DateTime
id: ID!
}

Fields

UpdateMilestoneInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

UpdateMilestoneInput.description ● String scalar common

This will update the headline of the milestone.

UpdateMilestoneInput.expectedCompleteDate ● ISO8601DateTime scalar common

The expected completion date of the milestone.

UpdateMilestoneInput.expectedStartDate ● ISO8601DateTime scalar common

The expected start date of the milestone.

UpdateMilestoneInput.id ● ID! non-null scalar common

ID of the milestone to update.

Member Of

supplyUpdatePOMilestone mutation